Beispiel #1
0
 public AxlNetClient.StandardResponse addLocation(AxlNetClient.AddLocationReq addLocation1)
 {
     AxlNetClient.addLocationRequest inValue = new AxlNetClient.addLocationRequest();
     inValue.addLocation = addLocation1;
     AxlNetClient.addLocationResponse retVal = ((AxlNetClient.AXLPort10)(this)).addLocation(inValue);
     return(retVal.addLocationResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addLocationResponse> addLocationAsync(AxlNetClient.AddLocationReq addLocation)
 {
     AxlNetClient.addLocationRequest inValue = new AxlNetClient.addLocationRequest();
     inValue.addLocation = addLocation;
     return(((AxlNetClient.AXLPort10)(this)).addLocationAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.addLocationResponse> AxlNetClient.AXLPort10.addLocationAsync(AxlNetClient.addLocationRequest request)
 {
     return(base.Channel.addLocationAsync(request));
 }
Beispiel #4
0
 AxlNetClient.addLocationResponse AxlNetClient.AXLPort10.addLocation(AxlNetClient.addLocationRequest request)
 {
     return(base.Channel.addLocation(request));
 }