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