Ejemplo n.º 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);
 }
Ejemplo n.º 2
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));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateGeoLocationResponse> AxlNetClient.AXLPort25.updateGeoLocationAsync(AxlNetClient.updateGeoLocationRequest request)
 {
     return(base.Channel.updateGeoLocationAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.updateGeoLocationResponse AxlNetClient.AXLPort25.updateGeoLocation(AxlNetClient.updateGeoLocationRequest request)
 {
     return(base.Channel.updateGeoLocation(request));
 }