C# 클래스 Dev2.ExtMethods.TaskExtensions

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
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