This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) |
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. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) |
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. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) |
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. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) |
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. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) |
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. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) |
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. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) |
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. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) |
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