C# Class Fan.Sys.ActorPool.ScheduledWork

Inheritance: Scheduler.Work
ファイルを表示 Open project: xored/f4

Public Methods

Method Description
ScheduledWork ( Actor a, Future f ) : System.Collections
cancel ( ) : void
toString ( ) : string
work ( ) : void

Method Details

ScheduledWork() public method

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

cancel() public method

public cancel ( ) : void
return void

toString() public method

public toString ( ) : string
return string

work() public method

public work ( ) : void
return void