C# 클래스 ALE.EventLoopWorker

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

공개 프로퍼티들

프로퍼티 타입 설명
StopHandle System.Threading.ManualResetEvent

공개 메소드들

메소드 설명
EventLoopWorker ( ) : System.Threading
Start ( ) : void
Stop ( ) : void
Wait ( ) : void

비공개 메소드들

메소드 설명
Work ( Task incomingTask ) : void

메소드 상세

EventLoopWorker() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Wait() 공개 메소드

public Wait ( ) : void
리턴 void

프로퍼티 상세

StopHandle 공개적으로 프로퍼티

public ManualResetEvent,System.Threading StopHandle
리턴 System.Threading.ManualResetEvent