C# Класс BudgetAnalyser.Engine.TaskExtension

An extension to the Task and IEnumerable{T} types.
Показать файл Открыть проект

Открытые методы

Метод Описание
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