K2Informatics.Erlnet.OtpMbox.exit C# (CSharp) Méthode

exit() public méthode

public exit ( OtpErlangObject reason ) : void
reason OtpErlangObject
Résultat 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