System::Threading::Tasks::Task::ConfigureAwait method
Task::ConfigureAwait method
Configures how awaits on this task should behave regarding context capture.
Runtime::CompilerServices::ConfiguredTaskAwaitable System::Threading::Tasks::Task::ConfigureAwait(bool continueOnCapturedContext) const
Parameter | Type | Description |
---|---|---|
continueOnCapturedContext | bool | Whether to continue on the captured context |
ReturnValue
Runtime::CompilerServices::ConfiguredTaskAwaitable A configured awaitable
See Also
- Class ConfiguredTaskAwaitable
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.PDF for C++