System::Threading::Tasks::Task::ContinueWith method
Task::ContinueWith method
Creëert een voortzetting die wordt uitgevoerd wanneer de taak voltooid is.
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| Parameter | Type | Beschrijving |
|---|---|---|
| continuationAction | const Action<TaskPtr>& | Action om uit te voeren wanneer deze taak voltooid is |
ReturnValue
TaskPtr A new task representing the continuation
Zie ook
- Typedef TaskPtr
- Typedef Action
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++