WaitAll Method

Task Parallel System.Threading

Overload List

  NameDescription
WaitAll(array<Task>[]()[])
Waits for all of the provided Task objects to complete execution.
WaitAll(array<Task>[]()[], Int32)
Waits for all of the provided Task objects to complete execution.
WaitAll(array<Task>[]()[], CancellationToken)
Waits for all of the provided Task objects to complete execution.
WaitAll(array<Task>[]()[], TimeSpan)
Waits for all of the provided Task objects to complete execution.
WaitAll(array<Task>[]()[], Int32, CancellationToken)
Waits for all of the provided Task objects to complete execution.

See Also