System::Threading::Tasks::Task::ContinueWith method
Task::ContinueWith method
Skapar en fortsättning som körs när uppgiften slutförs.
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| Parameter | Type | Beskrivning |
|---|---|---|
| continuationAction | const Action<TaskPtr>& | Action för att köras när denna uppgift slutförs |
ReturnValue
TaskPtr A new task representing the continuation
Se även
- Typedef TaskPtr
- Typedef Action
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++