C# 클래스 Fan.Sys.ActorPool.ScheduledWork

상속: Scheduler.Work
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
ScheduledWork ( Actor a, Future f ) : System.Collections
cancel ( ) : void
toString ( ) : string
work ( ) : void

메소드 상세

ScheduledWork() 공개 메소드

public ScheduledWork ( Actor a, Future f ) : System.Collections
a Actor
f Future
리턴 System.Collections

cancel() 공개 메소드

public cancel ( ) : void
리턴 void

toString() 공개 메소드

public toString ( ) : string
리턴 string

work() 공개 메소드

public work ( ) : void
리턴 void