System::Threading::Tasks::Task::ContinueWith 方法
Task::ContinueWith method
创建一个在任务完成时执行的后续操作。
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| Parameter | Type | 描述 |
|---|---|---|
| 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++