internal void end() { if (null != commServer) { commServer.IpcServerStop(); } }
public void Stop() { lock (sync) { if (ipcServer != null) { ipcServer.IpcServerStop(); } ipcServer = null; } }
public void Stop() { m_srv.IpcServerStop(); }
public void Dispose() { server.IpcServerStop(); }