C# Class Fan.Sys.ActorPool.ScheduledWork

Inheritance: Scheduler.Work
Afficher le fichier Open project: xored/f4

Méthodes publiques

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

Method Details

ScheduledWork() public méthode

public ScheduledWork ( Actor a, Future f ) : System.Collections
a Actor
f Future
Résultat System.Collections

cancel() public méthode

public cancel ( ) : void
Résultat void

toString() public méthode

public toString ( ) : string
Résultat string

work() public méthode

public work ( ) : void
Résultat void