C# 클래스 NanoByte.Common.Tasks.WaitTask

Waits for a WaitHandle to become available.
상속: TaskBase
파일 보기 프로젝트 열기: nano-byte/common 1 사용 예제들

공개 메소드들

메소드 설명
WaitTask ( [ name, [ waitHandle, int millisecondsTimeout = Timeout.Infinite ) : System

Creates a new handle-waiting task.

보호된 메소드들

메소드 설명
Execute ( ) : void

메소드 상세

Execute() 보호된 메소드

protected Execute ( ) : void
리턴 void

WaitTask() 공개 메소드

Creates a new handle-waiting task.
public WaitTask ( [ name, [ waitHandle, int millisecondsTimeout = Timeout.Infinite ) : System
name [ A name describing the task in human-readable form.
waitHandle [ >The to wait for.
millisecondsTimeout int The number of milliseconds to wait before rasing ; to wait indefinitely.
리턴 System