Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TaskFactory<TResult>::ContinueWhenAll Method

 

Creates a continuation task that will be started upon the completion of a set of provided tasks.

Namespace:   System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodContinueWhenAll(array<Task^>^, Func<array<Task^>^, TResult>^)

Creates a continuation task that will be started upon the completion of a set of provided tasks.

System_CAPS_pubmethodContinueWhenAll(array<Task^>^, Func<array<Task^>^, TResult>^, CancellationToken)

Creates a continuation task that will be started upon the completion of a set of provided tasks.

System_CAPS_pubmethodContinueWhenAll(array<Task^>^, Func<array<Task^>^, TResult>^, CancellationToken, TaskContinuationOptions, TaskScheduler^)

Creates a continuation task that will be started upon the completion of a set of provided Tasks.

System_CAPS_pubmethodContinueWhenAll(array<Task^>^, Func<array<Task^>^, TResult>^, TaskContinuationOptions)

Creates a continuation task that will be started upon the completion of a set of provided Tasks.

System_CAPS_pubmethodContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>^>^, Func<array<Task<TAntecedentResult>^>^, TResult>^)

Creates a continuation task that will be started upon the completion of a set of provided tasks.

System_CAPS_pubmethodContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>^>^, Func<array<Task<TAntecedentResult>^>^, TResult>^, CancellationToken)

Creates a continuation task that will be started upon the completion of a set of provided tasks.

System_CAPS_pubmethodContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>^>^, Func<array<Task<TAntecedentResult>^>^, TResult>^, CancellationToken, TaskContinuationOptions, TaskScheduler^)

Creates a continuation task that will be started upon the completion of a set of provided tasks.

System_CAPS_pubmethodContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>^>^, Func<array<Task<TAntecedentResult>^>^, TResult>^, TaskContinuationOptions)

Creates a continuation task that will be started upon the completion of a set of provided tasks.

Return to top
Show:
© 2017 Microsoft