System::Threading::Tasks::Task::Wait method

Task::Wait() method

Waits for the task to complete.

void System::Threading::Tasks::Task::Wait()

See Also

Task::Wait(const CancellationToken&) method

Waits for the task to complete with cancellation support.

void System::Threading::Tasks::Task::Wait(const CancellationToken &cancellationToken)
ParameterTypeDescription
cancellationTokenconst CancellationToken&Token to monitor for cancellation while waiting

See Also