System::Threading::Tasks::Task::Wait method
Task::Wait() const method
Wacht tot de taak voltooid is.
void System::Threading::Tasks::Task::Wait() const
Zie ook
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++
Task::Wait(const CancellationToken&) const method
Wacht tot de taak voltooid is met annuleringsondersteuning.
void System::Threading::Tasks::Task::Wait(const CancellationToken &cancellationToken) const
| Parameter | Type | Beschrijving |
|---|---|---|
| cancellationToken | const CancellationToken& | Token om te bewaken voor annulering tijdens het wachten |
Zie ook
- Class CancellationToken
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++