This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
|
ContinueWhenAll(array<Task[], Func<array<Task[], TResult>) |
Creates a continuation Task<TResult> that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>[], Func<array<Task<TAntecedentResult>[], TResult>) |
Creates a continuation Task<TResult> that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll(array<Task[], Func<array<Task[], TResult>, CancellationToken) |
Creates a continuation Task<TResult> that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll(array<Task[], Func<array<Task[], TResult>, TaskContinuationOptions) |
Creates a continuation Task<TResult> that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>[], Func<array<Task<TAntecedentResult>[], TResult>, CancellationToken) |
Creates a continuation Task<TResult> that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>[], Func<array<Task<TAntecedentResult>[], TResult>, TaskContinuationOptions) |
Creates a continuation Task<TResult> that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll(array<Task[], Func<array<Task[], TResult>, CancellationToken, TaskContinuationOptions, TaskScheduler) |
Creates a continuation Task<TResult> that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>[], Func<array<Task<TAntecedentResult>[], TResult>, CancellationToken, TaskContinuationOptions, TaskScheduler) |
Creates a continuation Task<TResult> that will be started upon the completion of a set of provided Tasks. |
Top
See Also
Reference
Other Resources