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::ContinueWhenAll Method

 

Creates a continuation task that starts when a set of specified tasks has completed.

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

NameDescription
System_CAPS_pubmethodContinueWhenAll(array<Task^>^, Action<array<Task^>^>^)

Creates a continuation task that starts when a set of specified tasks has completed.

System_CAPS_pubmethodContinueWhenAll(array<Task^>^, Action<array<Task^>^>^, CancellationToken)

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

System_CAPS_pubmethodContinueWhenAll(array<Task^>^, Action<array<Task^>^>^, TaskContinuationOptions)

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

System_CAPS_pubmethodContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>^>^, Action<array<Task<TAntecedentResult>^>^>^)

Creates a continuation task that starts when a set of specified tasks has completed.

System_CAPS_pubmethodContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>^>^, Action<array<Task<TAntecedentResult>^>^>^, CancellationToken)

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

System_CAPS_pubmethodContinueWhenAll<TAntecedentResult>(array<Task<TAntecedentResult>^>^, Action<array<Task<TAntecedentResult>^>^>^, TaskContinuationOptions)

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

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

Creates a continuation task that starts when a set of specified tasks has completed.

Return to top
Show: