Пример #1
0
 public AxlNetClient.StandardResponse updateLocation(AxlNetClient.UpdateLocationReq updateLocation1)
 {
     AxlNetClient.updateLocationRequest inValue = new AxlNetClient.updateLocationRequest();
     inValue.updateLocation = updateLocation1;
     AxlNetClient.updateLocationResponse retVal = ((AxlNetClient.AXLPort10)(this)).updateLocation(inValue);
     return(retVal.updateLocationResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLocationResponse> updateLocationAsync(AxlNetClient.UpdateLocationReq updateLocation)
 {
     return(axlPortClient10.updateLocationAsync(updateLocation));
 }
Пример #3
0
 public AxlNetClient.StandardResponse updateLocation(AxlNetClient.UpdateLocationReq updateLocation1)
 {
     return(axlPortClient10.updateLocation(updateLocation1));
 }
Пример #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLocationResponse> updateLocationAsync(AxlNetClient.UpdateLocationReq updateLocation)
 {
     AxlNetClient.updateLocationRequest inValue = new AxlNetClient.updateLocationRequest();
     inValue.updateLocation = updateLocation;
     return(((AxlNetClient.AXLPort10)(this)).updateLocationAsync(inValue));
 }