C# 클래스 InsanelySimpleBlog.System.Threading.Implementation.ManualResetEventWaitHandle

상속: IWaitHandle
파일 보기 프로젝트 열기: JamesRandall/Insanely-Simple-Blog

공개 메소드들

메소드 설명
ManualResetEventWaitHandle ( ) : System.Threading
Reset ( ) : void
Wait ( int timeout ) : bool

메소드 상세

ManualResetEventWaitHandle() 공개 메소드

public ManualResetEventWaitHandle ( ) : System.Threading
리턴 System.Threading

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Wait() 공개 메소드

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