SchedulerOperationAwaiter.OnCompleted(Action) method¶
Defined in
Type: SchedulerOperationAwaiter
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public void OnCompleted(Action continuation)
Summary: Registers the continuation with the scheduler operation.
Parameters
| Name | Type | Description |
|---|---|---|
continuation | Action | Continuation to be run on the originating scheduler. |