System::Threading::Tasks::ResultTask::ContinueWith Methode
ResultTask::ContinueWith method
Erstellt eine Fortsetzung, die ausgeführt wird, wenn die Ergebnis‑Task abgeschlossen ist.
TaskPtr System::Threading::Tasks::ResultTask<T>::ContinueWith(const Action<RTaskPtr<T>> &continuationAction)
| Parameter | Typ | Beschreibung |
|---|---|---|
| continuationAction | const Action<RTaskPtr<T>>& | Action zum Ausführen, wenn diese Aufgabe abgeschlossen wird, wobei diese Ergebnisaufgabe empfangen wird |
ReturnValue
TaskPtr A new task representing the continuation
Hinweise
Die Fortsetzungsaktion erhält diese ResultTask, um auf den Ergebniswert zuzugreifen
Siehe auch
- Typedef TaskPtr
- Typedef Action
- Typedef RTaskPtr
- Class ResultTask
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++