예제 #1
0
파일: Controller.cs 프로젝트: zhutoutou/SJH
 /// <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();
     }
 }