System::Threading::Tasks::Task::ContinueWith メソッド
Task::ContinueWith method
タスクが完了したときに実行される継続を作成します。
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| パラメーター | 型 | 説明 |
|---|---|---|
| continuationAction | const Action<TaskPtr>& | Action このタスクが完了したときに実行する |
ReturnValue
TaskPtr A new task representing the continuation
参照
- Typedef TaskPtr
- Typedef Action
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++