System::Threading::Tasks::ValueTask::ConfigureAwait method
ValueTask::ConfigureAwait method
Configures an awaiter for this task.
Runtime::CompilerServices::ConfiguredValueTaskAwaitable System::Threading::Tasks::ValueTask::ConfigureAwait(bool continueOnCapturedContext) const
| Parameter | Type | Description |
|---|---|---|
| continueOnCapturedContext | bool | true to attempt to marshal the continuation back to the original context captured; otherwise, false. |
ReturnValue
ConfiguredValueTaskAwaitable An object that configures how awaiters behave for this task.
See Also
- Class ConfiguredValueTaskAwaitable
- Class ValueTask
- Namespace System::Threading::Tasks
- Library Aspose.PDF for C++