SchedulerOperation class¶
Defined in
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Full name: System.Reactive.Concurrency.SchedulerOperation
Modifiers: public sealed
Summary¶
Represents an awaitable scheduler operation. Awaiting the object causes the continuation to be posted back to the originating scheduler's work queue.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| ConfigureAwait | Controls whether the continuation is run on the originating synchronization context (false by default). |
| GetAwaiter | Gets an awaiter for the scheduler operation, used to post back the continuation. |