SchedulerOperation.ConfigureAwait(bool) method¶
Defined in
Type: SchedulerOperation
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public SchedulerOperation ConfigureAwait(bool continueOnCapturedContext)
Summary: Controls whether the continuation is run on the originating synchronization context (false by default).
Parameters
| Name | Type | Description |
|---|---|---|
continueOnCapturedContext | bool | true to run the continuation on the captured synchronization context; false otherwise (default). |
Returns: SchedulerOperation -- Scheduler operation object with configured await behavior.