Click or drag to resize
DelayedTaskWhenAny Method
Overload List
  NameDescription
Public methodStatic memberWhenAnyTResult(IEnumerableTaskTResult)
Creates a task that will complete when any of the supplied tasks have completed.
Public methodStatic memberWhenAny(IEnumerableTask)
Creates a task that will complete when any of the supplied tasks have completed.
Public methodStatic memberWhenAny(Task)
Creates a task that will complete when any of the supplied tasks have completed.
Public methodStatic memberWhenAnyTResult(TaskTResult)
Creates a task that will complete when any of the supplied tasks have completed.
Top
See Also