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