<PackageReference Include="System.Reactive" Version="4.2.0-preview.566" />

SchedulerOperationAwaiter

(Infrastructure) Scheduler operation awaiter type used by the code generated for C# await and Visual Basic Await expressions.
public bool IsCompleted { get; }

Indicates whether the scheduler operation has completed. Returns false unless cancellation was already requested.

public void GetResult()

Completes the scheduler operation, throwing an OperationCanceledException in case cancellation was requested.

public void OnCompleted(Action continuation)

Registers the continuation with the scheduler operation.