C# 클래스 ALE.EventLoop

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

보호된 프로퍼티들

프로퍼티 타입 설명
TaskQueue ConcurrentQueue
Workers List

공개 메소드들

메소드 설명
AddWorker ( ) : void
Clear ( ) : void

Clears all queued events.

NextEvent ( ) : System.Action
Pend ( System.Action evt ) : void
RemoveWorker ( ) : void
Start ( ) : void
Start ( System.Action startEvent ) : void
Stop ( ) : void

메소드 상세

AddWorker() 공개 정적인 메소드

public static AddWorker ( ) : void
리턴 void

Clear() 공개 정적인 메소드

Clears all queued events.
public static Clear ( ) : void
리턴 void

NextEvent() 공개 정적인 메소드

public static NextEvent ( ) : System.Action
리턴 System.Action

Pend() 공개 정적인 메소드

public static Pend ( System.Action evt ) : void
evt System.Action
리턴 void

RemoveWorker() 공개 정적인 메소드

public static RemoveWorker ( ) : void
리턴 void

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void

Start() 공개 정적인 메소드

public static Start ( System.Action startEvent ) : void
startEvent System.Action
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

프로퍼티 상세

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

protected static ConcurrentQueue TaskQueue
리턴 ConcurrentQueue

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

protected static List Workers
리턴 List