System::Threading::Tasks::Task::ContinueWith method
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++