Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Waits for all of the provided Task objects to complete execution.

Namespace:   System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticWaitAll(array<Task^>^)

Waits for all of the provided Task objects to complete execution.

System_CAPS_pubmethodSystem_CAPS_staticWaitAll(array<Task^>^, CancellationToken)

Waits for all of the provided Task objects to complete execution unless the wait is cancelled.

System_CAPS_pubmethodSystem_CAPS_staticWaitAll(array<Task^>^, Int32)

Waits for all of the provided Task objects to complete execution within a specified number of milliseconds.

System_CAPS_pubmethodSystem_CAPS_staticWaitAll(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.

System_CAPS_pubmethodSystem_CAPS_staticWaitAll(array<Task^>^, TimeSpan)

Waits for all of the provided cancellable Task objects to complete execution within a specified time interval.

Return to top
Show:
© 2017 Microsoft