Skip to content

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

NameSummary
ConfigureAwaitControls whether the continuation is run on the originating synchronization context (false by default).
GetAwaiterGets an awaiter for the scheduler operation, used to post back the continuation.
Inherited members