WaitAny Method

Task Parallel System.Threading

Overload List

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

See Also