System::Threading::Tasks::Task::ContinueWith method
Task::ContinueWith method
Crea una continuazione che viene eseguita quando il task si completa.
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| Parametro | Tipo | Descrizione |
|---|---|---|
| continuationAction | const Action<TaskPtr>& | Action da eseguire quando questo task è completato |
ReturnValue
TaskPtr A new task representing the continuation
Vedi anche
- Typedef TaskPtr
- Typedef Action
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++