C# Class K2Informatics.Erlnet.OtpActorMbox

Inheritance: OtpMbox
Show file Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Protected Properties

Property Type Description
sched OtpActorSched
task OtpActorSched.OtpActorSchedTask

Public Methods

Method Description
close ( ) : void
deliver ( OtpMsg m ) : void
receiveMsg ( ) : OtpMsg
receiveMsg ( long timeout ) : OtpMsg

Private Methods

Method Description
OtpActorMbox ( OtpActorSched sched, OtpNode home, OtpErlangPid self ) : System
OtpActorMbox ( OtpActorSched sched, OtpNode home, OtpErlangPid self, String name ) : System

Method Details

close() public method

public close ( ) : void
return void

deliver() public method

public deliver ( OtpMsg m ) : void
m OtpMsg
return void

receiveMsg() public method

public receiveMsg ( ) : OtpMsg
return OtpMsg

receiveMsg() public method

public receiveMsg ( long timeout ) : OtpMsg
timeout long
return OtpMsg

Property Details

sched protected property

protected OtpActorSched,K2Informatics.Erlnet sched
return OtpActorSched

task protected property

protected OtpActorSched.OtpActorSchedTask,K2Informatics.Erlnet task
return OtpActorSched.OtpActorSchedTask