|
ContinueWhenAll(array<Task[], Action<array<Task[]>) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TResult>(array<Task[], Func<array<Task[], TResult>) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>[], Action<array<Task<TAntecedentResult>[]>) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TAntecedentResult, TResult>(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[], Action<array<Task[]>, CancellationToken) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll(array<Task[], Action<array<Task[]>, TaskContinuationOptions) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TResult>(array<Task[], Func<array<Task[], TResult>, CancellationToken) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TResult>(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>[], Action<array<Task<TAntecedentResult>[]>, CancellationToken) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>[], Action<array<Task<TAntecedentResult>[]>, TaskContinuationOptions) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TAntecedentResult, TResult>(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, TResult>(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[], Action<array<Task[]>, CancellationToken, TaskContinuationOptions, TaskScheduler) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TResult>(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>[], Action<array<Task<TAntecedentResult>[]>, CancellationToken, TaskContinuationOptions, TaskScheduler) |
Creates a continuation Task that will be started upon the completion of a set of provided Tasks. |
|
ContinueWhenAll<TAntecedentResult, TResult>(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. |