System::Threading::Tasks::ResultValueTask::ConfigureAwait method
ResultValueTask::ConfigureAwait method
Configures an awaiter for this task.
Runtime::CompilerServices::ConfiguredResultValueTaskAwaitable<T> System::Threading::Tasks::ResultValueTask<T>::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
ConfiguredResultValueTaskAwaitable
See Also
- Class ConfiguredResultValueTaskAwaitable
- Class ResultValueTask
- Namespace System::Threading::Tasks
- Library Aspose.PDF for C++