C# Class BudgetAnalyser.Engine.TaskExtension

An extension to the Task and IEnumerable{T} types.
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
ContinueWhenAllTasksComplete ( [ instance ) : System.Threading.Tasks.Task

Returns a task that will complete when all tasks in the collection are complete.

Method Details

ContinueWhenAllTasksComplete() public static méthode

Returns a task that will complete when all tasks in the collection are complete.
public static ContinueWhenAllTasksComplete ( [ instance ) : System.Threading.Tasks.Task
instance [
Résultat System.Threading.Tasks.Task