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

Task::ContinueWith method

タスクが完了したときに実行される継続を作成します。

TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
パラメーター説明
continuationActionconst Action<TaskPtr>&Action このタスクが完了したときに実行する

ReturnValue

TaskPtr A new task representing the continuation

参照