C# Class BudgetAnalyser.Engine.TaskExtension

An extension to the Task and IEnumerable{T} types.
显示文件 Open project: Benrnz/BudgetAnalyser

Public Methods

Method 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 method

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