Exemplo n.º 1
0
 /// <summary>
 /// 服务器关闭
 /// </summary>
 public void Close()
 {
     redis.Stop(); redis = null;
     cfg.Stop(); cfg     = null;
 }
Exemplo n.º 2
0
 /// <summary>
 /// 服务器关闭
 /// </summary>
 public void Close()
 {
     redis.Stop(); redis   = null;
     config.Stop(); config = null;
     http.Stop(); http     = null;
 }