System::Threading::Tasks::Task::ConfigureAwait Methode

Task::ConfigureAwait method

Konfiguriert, wie Await-Operationen für diese Aufgabe in Bezug auf die Kontextaufnahme verhalten sollen.

Runtime::CompilerServices::ConfiguredTaskAwaitable System::Threading::Tasks::Task::ConfigureAwait(bool continueOnCapturedContext) const
ParameterTypBeschreibung
continueOnCapturedContextboolOb im erfassten Kontext fortgesetzt werden soll

ReturnValue

Runtime::CompilerServices::ConfiguredTaskAwaitable A configured awaitable

Siehe auch