C# 클래스 CoreUtil.Event

파일 보기 프로젝트 열기: sor593/SoftEtherVPN_ALLFREE 1 사용 예제들

공개 메소드들

메소드 설명
Event ( ) : System
Event ( bool manualReset ) : System
Set ( ) : void
Wait ( ) : bool
Wait ( int millisecs ) : bool
WaitAll ( Array events ) : bool
WaitAll ( Array events, int millisecs ) : bool
WaitAny ( Array events ) : bool
WaitAny ( Array events, int millisecs ) : bool

비공개 메소드들

메소드 설명
init ( bool manualReset ) : void
toArray ( Array events ) : EventWaitHandle[]
waitAllInner ( Array events, int millisecs ) : bool
waitAllMulti ( Array events, int millisecs ) : bool

메소드 상세

Event() 공개 메소드

public Event ( ) : System
리턴 System

Event() 공개 메소드

public Event ( bool manualReset ) : System
manualReset bool
리턴 System

Set() 공개 메소드

public Set ( ) : void
리턴 void

Wait() 공개 메소드

public Wait ( ) : bool
리턴 bool

Wait() 공개 메소드

public Wait ( int millisecs ) : bool
millisecs int
리턴 bool

WaitAll() 공개 정적인 메소드

public static WaitAll ( Array events ) : bool
events Array
리턴 bool

WaitAll() 공개 정적인 메소드

public static WaitAll ( Array events, int millisecs ) : bool
events Array
millisecs int
리턴 bool

WaitAny() 공개 정적인 메소드

public static WaitAny ( Array events ) : bool
events Array
리턴 bool

WaitAny() 공개 정적인 메소드

public static WaitAny ( Array events, int millisecs ) : bool
events Array
millisecs int
리턴 bool