ConfigureAwait()

Task::ConfigureAwait(bool) const method

Configures how awaits on this task should behave regarding context capture.

Runtime::CompilerServices::ConfiguredTaskAwaitable System::Threading::Tasks::Task::ConfigureAwait(bool continueOnCapturedContext) const

Arguments

ParameterTypeDescription
continueOnCapturedContextboolWhether to continue on the captured context

Return Value

Runtime::CompilerServices::ConfiguredTaskAwaitable A configured awaitable

See Also