The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Task::WaitAll Method
.NET Framework (current version)
Waits for all of the provided Task objects to complete execution.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | WaitAll(array<Task^>^) | 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 unless the wait is cancelled. |
![]() ![]() | WaitAll(array<Task^>^, Int32) | Waits for all of the provided Task objects to complete execution within a specified number of milliseconds. |
![]() ![]() | WaitAll(array<Task^>^, Int32, CancellationToken) | Waits for all of the provided Task objects to complete execution within a specified number of milliseconds or until the wait is cancelled. |
![]() ![]() | WaitAll(array<Task^>^, TimeSpan) | Waits for all of the provided cancellable Task objects to complete execution within a specified time interval. |
Show:

