Skip to content

Overload_CodeJam_Threading_TaskHelper_WaitAll

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

TaskHelper.WaitAll Method

Overload List

 

Name Description
Public methodStatic member WaitAll(IEnumerable(Task)) Waits for all of the provided Task objects to complete execution.
Public methodStatic member WaitAll(Task[]) Waits for all of the provided Task objects to complete execution.
Public methodStatic member WaitAll(IEnumerable(Task), Int32) Waits for all of the provided Task objects to complete execution within a specified number of milliseconds or until the wait is cancelled.
Public methodStatic member WaitAll(IEnumerable(Task), CancellationToken) Waits for all of the provided Task objects to complete execution within a specified number of milliseconds or until the wait is cancelled.
Public methodStatic member WaitAll(IEnumerable(Task), TimeSpan) Waits for all of the provided Task objects to complete execution within a specified TimeSpan or until the wait is cancelled.
Public methodStatic member WaitAll(Task[], Int32) Waits for all of the provided Task objects to complete execution within a specified number of milliseconds or until the wait is cancelled.
Public methodStatic member WaitAll(Task[], CancellationToken) Waits for all of the provided Task objects to complete execution within a specified number of milliseconds or until the wait is cancelled.
Public methodStatic member WaitAll(Task[], TimeSpan) Waits for all of the provided Task objects to complete execution within a specified TimeSpan or until the wait is cancelled.
Public methodStatic member WaitAll(IEnumerable(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.
Public methodStatic member WaitAll(IEnumerable(Task), TimeSpan, CancellationToken) Waits for all of the provided Task objects to complete execution within a specified TimeSpan or until the wait is cancelled.
Public methodStatic member WaitAll(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.
Public methodStatic member WaitAll(Task[], TimeSpan, CancellationToken) Waits for all of the provided Task objects to complete execution within a specified TimeSpan or until the wait is cancelled.
  Back to Top

See Also

Reference

TaskHelper Class
CodeJam.Threading Namespace

Clone this wiki locally