C# Class K2Informatics.Erlnet.OtpActorSched

Inheritance: ThreadBase
Afficher le fichier Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Méthodes publiques

Méthode Description
OtpActorSched ( ) : System
canncel ( OtpActorMbox mbox ) : void
notify ( OtpActorMbox mbox ) : void
react ( OtpActor actor ) : void
run ( ) : void

Private Methods

Méthode Description
schedule ( ) : void

Method Details

OtpActorSched() public méthode

public OtpActorSched ( ) : System
Résultat System

canncel() public méthode

public canncel ( OtpActorMbox mbox ) : void
mbox OtpActorMbox
Résultat void

notify() public méthode

public notify ( OtpActorMbox mbox ) : void
mbox OtpActorMbox
Résultat void

react() public méthode

public react ( OtpActor actor ) : void
actor OtpActor
Résultat void

run() public méthode

public run ( ) : void
Résultat void