示例#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)
 {
     AxlNetClient.updateLocationRequest inValue = new AxlNetClient.updateLocationRequest();
     inValue.updateLocation = updateLocation;
     return(((AxlNetClient.AXLPort10)(this)).updateLocationAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.updateLocationResponse> AxlNetClient.AXLPort10.updateLocationAsync(AxlNetClient.updateLocationRequest request)
 {
     return(base.Channel.updateLocationAsync(request));
 }
示例#4
0
 AxlNetClient.updateLocationResponse AxlNetClient.AXLPort10.updateLocation(AxlNetClient.updateLocationRequest request)
 {
     return(base.Channel.updateLocation(request));
 }