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

Task::Wait(const CancellationToken&) const method

Wacht tot de taak voltooid is met annuleringsondersteuning.

void System::Threading::Tasks::Task::Wait(const CancellationToken &cancellationToken) const
ParameterTypeBeschrijving
cancellationTokenconst CancellationToken&Token om te bewaken voor annulering tijdens het wachten

Zie ook