System::Runtime::CompilerServices::YieldAwaitable::YieldAwaiter class
YieldAwaiter class
The awaiter type for YieldAwaitable.
Methods
| Method | Description |
|---|
| get_IsCompleted() const | Gets whether the yield operation has completed. |
| GetResult() const | Ends the await operation. |
| OnCompleted(const Action<>&) | Schedules the continuation action for when the yield operation completes. |
Fields
| Field | Description |
|---|
| static constexpr continueOnCapturedContext | Specifies whether to continue on the captured synchronization context. |
See Also