C# 클래스 BudgetAnalyser.Engine.TaskExtension

An extension to the Task and IEnumerable{T} types.
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
ContinueWhenAllTasksComplete ( [ instance ) : System.Threading.Tasks.Task

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

메소드 상세

ContinueWhenAllTasksComplete() 공개 정적인 메소드

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