| DelayedTaskWhenAny Method |
| Name | Description | |
|---|---|---|
| WhenAnyTResult(IEnumerableTaskTResult) |
Creates a task that will complete when any of the supplied tasks have completed.
| |
| WhenAny(IEnumerableTask) |
Creates a task that will complete when any of the supplied tasks have completed.
| |
| WhenAny(Task) |
Creates a task that will complete when any of the supplied tasks have completed.
| |
| WhenAnyTResult(TaskTResult) |
Creates a task that will complete when any of the supplied tasks have completed.
|