示例#1
0
 public string GetGeofence(int DeviceID, string TimeZone)
 {
     MgooGps.Geofence.GetGeofenceRequest inValue = new MgooGps.Geofence.GetGeofenceRequest();
     inValue.Body          = new MgooGps.Geofence.GetGeofenceRequestBody();
     inValue.Body.DeviceID = DeviceID;
     inValue.Body.TimeZone = TimeZone;
     MgooGps.Geofence.GetGeofenceResponse retVal = ((MgooGps.Geofence.GeofenceAjaxSoap)(this)).GetGeofence(inValue);
     return(retVal.Body.GetGeofenceResult);
 }
示例#2
0
 MgooGps.Geofence.GetGeofenceResponse MgooGps.Geofence.GeofenceAjaxSoap.GetGeofence(MgooGps.Geofence.GetGeofenceRequest request)
 {
     return(base.Channel.GetGeofence(request));
 }