Wait()

Task::Wait(const CancellationToken&) method

Waits for the task to complete with cancellation support.

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

Arguments

ParameterTypeDescription
cancellationTokenconst CancellationToken&Token to monitor for cancellation while waiting

Task::Wait() method

Waits for the task to complete.

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

See Also