Skip to content

Overload_CodeJam_Threading_TaskHelper_WhenAny

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

TaskHelper.WhenAny Method

Overload List

 

Name Description
Public methodStatic member WhenAny(TResult)(IEnumerable(Task(TResult))) Creates a task that will complete when any of the supplied tasks have completed.
Public methodStatic member WhenAny(IEnumerable(Task)) Creates a task that will complete when any of the supplied tasks have completed.
Public methodStatic member WhenAny(Task[]) Creates a task that will complete when any of the supplied tasks have completed.
Public methodStatic member WhenAny(TResult)(Task(TResult)[]) Creates a task that will complete when any of the supplied tasks have completed.
  Back to Top

See Also

Reference

TaskHelper Class
CodeJam.Threading Namespace

Clone this wiki locally