C# 클래스 StarryEyes.Albireo.Threading.SerialTaskWorker

상속: IDisposable
파일 보기 프로젝트 열기: karno/StarryEyes 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Queue ( System.Action action ) : void
Queue ( Func task ) : void
SerialTaskWorker ( ) : System

비공개 메소드들

메소드 설명
Worker ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Queue() 공개 메소드

public Queue ( System.Action action ) : void
action System.Action
리턴 void

Queue() 공개 메소드

public Queue ( Func task ) : void
task Func
리턴 void

SerialTaskWorker() 공개 메소드

public SerialTaskWorker ( ) : System
리턴 System