C# Класс Dev2.ExtMethods.TaskExtensions

Показать файл Открыть проект

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

Метод Описание
WaitWithPumping ( this task, int millisecondsTimeout = Timeout.Infinite ) : bool

Waits for the task to complete execution, pumping in the meantime.

This method is intended for usage with Windows Presentation Foundation.

Описание методов

WaitWithPumping() публичный статический Метод

Waits for the task to complete execution, pumping in the meantime.
This method is intended for usage with Windows Presentation Foundation.
public static WaitWithPumping ( this task, int millisecondsTimeout = Timeout.Infinite ) : bool
task this The task for which to wait.
millisecondsTimeout int The number of milliseconds to wait, or Infinite (-1) to wait indefinitely.
Результат bool