System::Runtime::CompilerServices::YieldAwaitable::YieldAwaiter::OnCompleted method
YieldAwaiter::OnCompleted method
Schedules the continuation action for when the yield operation completes.
void System::Runtime::CompilerServices::YieldAwaitable::YieldAwaiter::OnCompleted(const Action<> &continuation)
| Parameter | Type | Description |
|---|---|---|
| continuation | const Action<>& | The action to invoke when the yield completes. |
See Also
- Typedef Action
- Class YieldAwaiter
- Class YieldAwaitable
- Namespace System::Runtime::CompilerServices
- Library Aspose.Font for C++