示例#1
0
 /// <summary>
 /// 停止数据交换服务
 /// </summary>
 public void StopService()
 {
     us.Stop();
     es.Stop();
     bs.Stop();
     gs.Stop();
 }
示例#2
0
 /// <summary>
 /// 停止数据交换服务
 /// </summary>
 public void StopService()
 {
     CallInServer.Stop();
     CarLocationServer.Stop();
     OtherMsgServer.Stop();
     if (bs != null)
     {
         bs.Stop();
     }
     if (bsTcp != null)
     {
         bsTcp.Stop();
     }
     if (gs != null)
     {
         gs.Stop();
     }
 }