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

registerName() public method

public registerName ( String name ) : bool
name String
return bool
        public bool registerName(String name)
        {
            lock (this)
            {
                return home.registerName(name, this);
            }
        }