C# 클래스 System.Threading.WaitHandle

상속: System.MarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
InvalidHandle System.IntPtr

Private Properties

프로퍼티 타입 설명
SetHandleInternal void
WaitAny int
WaitAny int
WaitAny int
WaitMultiple int
WaitOne bool
WaitOneNative int

공개 메소드들

메소드 설명
Close ( ) : void
IDisposable ( ) : void
WaitAll ( WaitHandle waitHandles ) : bool
WaitAll ( WaitHandle waitHandles, System.TimeSpan timeout, bool exitContext ) : bool
WaitAll ( WaitHandle waitHandles, int millisecondsTimeout, bool exitContext ) : bool
WaitOne ( ) : bool
WaitOne ( TimeSpan timeout, bool exitContext ) : bool
WaitOne ( int millisecondsTimeout, bool exitContext ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool explicitDisposing ) : void
WaitHandle ( ) : System.Threading

비공개 메소드들

메소드 설명
SetHandleInternal ( SafeWaitHandle handle ) : void
WaitAny ( WaitHandle waitHandles ) : int
WaitAny ( WaitHandle waitHandles, TimeSpan timeout, bool exitContext ) : int
WaitAny ( WaitHandle waitHandles, int millisecondsTimeout, bool exitContext ) : int
WaitMultiple ( WaitHandle waitHandles, int millisecondsTimeout, bool exitContext, bool WaitAll ) : int
WaitOne ( long timeout, bool exitContext ) : bool
WaitOneNative ( SafeWaitHandle waitHandle, uint millisecondsTimeout, bool hasThreadAffinity, bool exitContext ) : int

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool explicitDisposing ) : void
explicitDisposing bool
리턴 void

IDisposable() 공개 메소드

public IDisposable ( ) : void
리턴 void

WaitAll() 공개 정적인 메소드

public static WaitAll ( WaitHandle waitHandles ) : bool
waitHandles WaitHandle
리턴 bool

WaitAll() 공개 정적인 메소드

public static WaitAll ( WaitHandle waitHandles, System.TimeSpan timeout, bool exitContext ) : bool
waitHandles WaitHandle
timeout System.TimeSpan
exitContext bool
리턴 bool

WaitAll() 공개 정적인 메소드

public static WaitAll ( WaitHandle waitHandles, int millisecondsTimeout, bool exitContext ) : bool
waitHandles WaitHandle
millisecondsTimeout int
exitContext bool
리턴 bool

WaitHandle() 보호된 메소드

protected WaitHandle ( ) : System.Threading
리턴 System.Threading

WaitOne() 공개 메소드

public WaitOne ( ) : bool
리턴 bool

WaitOne() 공개 메소드

public WaitOne ( TimeSpan timeout, bool exitContext ) : bool
timeout TimeSpan
exitContext bool
리턴 bool

WaitOne() 공개 메소드

public WaitOne ( int millisecondsTimeout, bool exitContext ) : bool
millisecondsTimeout int
exitContext bool
리턴 bool

프로퍼티 상세

InvalidHandle 보호되어 있는 정적으로 프로퍼티

protected static IntPtr,System InvalidHandle
리턴 System.IntPtr