ConfigureAwait()

ValueTask::ConfigureAwait(bool) const method

Configures an awaiter for this task.

Runtime::CompilerServices::ConfiguredValueTaskAwaitable System::Threading::Tasks::ValueTask::ConfigureAwait(bool continueOnCapturedContext) const

Arguments

ParameterTypeDescription
continueOnCapturedContextbooltrue to attempt to marshal the continuation back to the original context captured; otherwise, false.

Return Value

ConfiguredValueTaskAwaitable An object that configures how awaiters behave for this task.

See Also