K2Informatics.Erlnet.OtpMbox.exit C# (CSharp) 메소드

exit() 공개 메소드

public exit ( OtpErlangObject reason ) : void
reason OtpErlangObject
리턴 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