Пример #1
0
 public AxlNetClient.StandardResponse updateGeoLocation(AxlNetClient.UpdateGeoLocationReq updateGeoLocation1)
 {
     AxlNetClient.updateGeoLocationRequest inValue = new AxlNetClient.updateGeoLocationRequest();
     inValue.updateGeoLocation = updateGeoLocation1;
     AxlNetClient.updateGeoLocationResponse retVal = ((AxlNetClient.AXLPort25)(this)).updateGeoLocation(inValue);
     return(retVal.updateGeoLocationResponse1);
 }
Пример #2
0
 public AxlNetClient.StandardResponse updateGeoLocation(AxlNetClient.UpdateGeoLocationReq updateGeoLocation1)
 {
     return(axlPortClient25.updateGeoLocation(updateGeoLocation1));
 }
Пример #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGeoLocationResponse> updateGeoLocationAsync(AxlNetClient.UpdateGeoLocationReq updateGeoLocation)
 {
     AxlNetClient.updateGeoLocationRequest inValue = new AxlNetClient.updateGeoLocationRequest();
     inValue.updateGeoLocation = updateGeoLocation;
     return(((AxlNetClient.AXLPort25)(this)).updateGeoLocationAsync(inValue));
 }
Пример #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGeoLocationResponse> updateGeoLocationAsync(AxlNetClient.UpdateGeoLocationReq updateGeoLocation)
 {
     return(axlPortClient25.updateGeoLocationAsync(updateGeoLocation));
 }