C# Class Erlang.NET.OtpActorMbox

Inheritance: Erlang.NET.OtpMbox
Show file Open project: takayuki/opensim-pcproject Class Usage Examples

Protected Properties

Property Type Description
sched Erlang.NET.OtpActorSched
task Erlang.NET.OtpActorSched.OtpActorSchedTask

Public Methods

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

Private Methods

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

Method Details

close() public method

public close ( ) : void
return void

deliver() public method

public deliver ( Erlang.NET.OtpMsg m ) : void
m Erlang.NET.OtpMsg
return void

receiveMsg() public method

public receiveMsg ( ) : Erlang.NET.OtpMsg
return Erlang.NET.OtpMsg

receiveMsg() public method

public receiveMsg ( long timeout ) : Erlang.NET.OtpMsg
timeout long
return Erlang.NET.OtpMsg

Property Details

sched protected property

protected OtpActorSched,Erlang.NET sched
return Erlang.NET.OtpActorSched

task protected property

protected OtpActorSched.OtpActorSchedTask,Erlang.NET task
return Erlang.NET.OtpActorSched.OtpActorSchedTask