ConfigureAwait()
ResultValueTask::ConfigureAwait(bool) const method
Configures an awaiter for this task.
Runtime::CompilerServices::ConfiguredResultValueTaskAwaitable<T> System::Threading::Tasks::ResultValueTask<T>::ConfigureAwait(bool continueOnCapturedContext) const
Arguments
Parameter | Type | Description |
---|---|---|
continueOnCapturedContext | bool | true to attempt to marshal the continuation back to the original context captured; otherwise, false. |
Return Value
ConfiguredResultValueTaskAwaitable
See Also
- Class ConfiguredResultValueTaskAwaitable
- Class ResultValueTask
- Namespace System::Threading::Tasks
- Library Aspose.Slides