Skip to content

SchedulerOperation.GetAwaiter() method

Defined in

Type: SchedulerOperation Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public SchedulerOperationAwaiter GetAwaiter()

Summary: Gets an awaiter for the scheduler operation, used to post back the continuation.

Returns: SchedulerOperationAwaiter -- Awaiter for the scheduler operation.