K2Informatics.Erlnet.OtpActorMbox.OtpActorMbox C# (CSharp) Method

OtpActorMbox() private method

private OtpActorMbox ( OtpActorSched sched, OtpNode home, OtpErlangPid self ) : System
sched OtpActorSched
home OtpNode
self OtpErlangPid
return System
        internal OtpActorMbox(OtpActorSched sched, OtpNode home, OtpErlangPid self)
            : base(home, self, null)
        {
            this.sched = sched;
        }

Same methods

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