Skip to content

Overload_CodeJam_Threading_TaskHelper_WhenAll

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

TaskHelper.WhenAll Method

Overload List

 

Name Description
Public methodStatic member WhenAll(TResult)(IEnumerable(Task(TResult))) Creates a task that will complete when all of the Task(TResult) objects in an enumerable collection have completed.
Public methodStatic member WhenAll(IEnumerable(Task)) Creates a task that will complete when all of the Task objects in an enumerable collection have completed.
Public methodStatic member WhenAll(Task[]) Creates a task that will complete when all of the Task objects in an enumerable collection have completed.
Public methodStatic member WhenAll(TResult)(Task(TResult)[]) Creates a task that will complete when all of the Task(TResult) objects in an enumerable collection have completed.
  Back to Top

See Also

Reference

TaskHelper Class
CodeJam.Threading Namespace

Clone this wiki locally