public void Close() { // remove this client from the server's client list _server.UnRegister(); }
public void AutoClose() { _server.UnRegister(); ExcelAsyncUtil.Uninitialize(); }