System::Threading::Tasks::Task::ConfigureAwait メソッド

Task::ConfigureAwait method

このタスクに対する await のコンテキスト捕捉に関する動作を構成します。

Runtime::CompilerServices::ConfiguredTaskAwaitable System::Threading::Tasks::Task::ConfigureAwait(bool continueOnCapturedContext) const
パラメーター説明
continueOnCapturedContextbool捕捉されたコンテキストで継続するかどうか

ReturnValue

Runtime::CompilerServices::ConfiguredTaskAwaitable A configured awaitable

参照