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

exit() public method

public exit ( OtpErlangObject reason ) : void
reason OtpErlangObject
return void
        public void exit(OtpErlangObject reason)
        {
            home.closeMbox(this, reason);
        }

Same methods

OtpMbox::exit ( OtpErlangPid to, OtpErlangObject reason ) : void
OtpMbox::exit ( OtpErlangPid to, String reason ) : void
OtpMbox::exit ( String reason ) : void
OtpMbox::exit ( int arity, OtpErlangPid to, OtpErlangObject reason ) : void