Task.WaitAll Method
.NET Framework 4.5
Waits for all of the provided Task objects to complete execution.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WaitAll(Task[]) | Waits for all of the provided Task objects to complete execution. |
|
WaitAll(Task[], Int32) | Waits for all of the provided Task objects to complete execution within a specified number of milliseconds. |
|
WaitAll(Task[], CancellationToken) | Waits for all of the provided cancellable Task objects to complete execution. |
|
WaitAll(Task[], TimeSpan) | Waits for all of the provided cancellable Task objects to complete execution within a specified time interval. |
|
WaitAll(Task[], Int32, CancellationToken) | Waits for all of the provided cancellable Task objects to complete execution within a specified number of milliseconds. |