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

OtpMbox() private method

private OtpMbox ( OtpNode home, OtpErlangPid self, String name ) : System
home OtpNode
self OtpErlangPid
name String
return System
        internal OtpMbox(OtpNode home, OtpErlangPid self, String name)
        {
            this.self = self;
            this.home = home;
            this.name = name;
            queue = new GenericQueue();
            links = new Links(10);
        }

Same methods

OtpMbox::OtpMbox ( OtpNode home, OtpErlangPid self ) : System