Wait()

Task::Wait(const CancellationToken&) const method

Waits for the task to complete with cancellation support.

void System::Threading::Tasks::Task::Wait(const CancellationToken &cancellationToken) const

Arguments

ParameterTypeDescription
cancellationTokenconst CancellationToken&Token to monitor for cancellation while waiting

Task::Wait() const method

Waits for the task to complete.

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

See Also