/// <summary> /// 停止数据交换服务 /// </summary> public void StopService() { us.Stop(); es.Stop(); bs.Stop(); gs.Stop(); }
/// <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(); } }
/// <summary> /// 停止数据交换服务 /// </summary> public void StopService() { gs.Stop(); }