C# Class K2Informatics.Erlnet.OtpActorMbox

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

Protected Properties

Свойство Type Description
sched OtpActorSched
task OtpActorSched.OtpActorSchedTask

Méthodes publiques

Méthode Description
close ( ) : void
deliver ( OtpMsg m ) : void
receiveMsg ( ) : OtpMsg
receiveMsg ( long timeout ) : OtpMsg

Private Methods

Méthode Description
OtpActorMbox ( OtpActorSched sched, OtpNode home, OtpErlangPid self ) : System
OtpActorMbox ( OtpActorSched sched, OtpNode home, OtpErlangPid self, String name ) : System

Method Details

close() public méthode

public close ( ) : void
Résultat void

deliver() public méthode

public deliver ( OtpMsg m ) : void
m OtpMsg
Résultat void

receiveMsg() public méthode

public receiveMsg ( ) : OtpMsg
Résultat OtpMsg

receiveMsg() public méthode

public receiveMsg ( long timeout ) : OtpMsg
timeout long
Résultat OtpMsg

Property Details

sched protected_oe property

protected OtpActorSched,K2Informatics.Erlnet sched
Résultat OtpActorSched

task protected_oe property

protected OtpActorSched.OtpActorSchedTask,K2Informatics.Erlnet task
Résultat OtpActorSched.OtpActorSchedTask