public void Stop() { AmRpcServer.Stop(); }
public bool Start() { return(AmRpcServer.TryStart(this.m_amInstance)); }