Example #1
0
 public AxlNetClient.StandardResponse removeLocation(AxlNetClient.NameAndGUIDRequest removeLocation1)
 {
     AxlNetClient.removeLocationRequest inValue = new AxlNetClient.removeLocationRequest();
     inValue.removeLocation = removeLocation1;
     AxlNetClient.removeLocationResponse retVal = ((AxlNetClient.AXLPort10)(this)).removeLocation(inValue);
     return(retVal.removeLocationResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeLocationResponse> removeLocationAsync(AxlNetClient.NameAndGUIDRequest removeLocation)
 {
     AxlNetClient.removeLocationRequest inValue = new AxlNetClient.removeLocationRequest();
     inValue.removeLocation = removeLocation;
     return(((AxlNetClient.AXLPort10)(this)).removeLocationAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeLocationResponse> AxlNetClient.AXLPort10.removeLocationAsync(AxlNetClient.removeLocationRequest request)
 {
     return(base.Channel.removeLocationAsync(request));
 }
Example #4
0
 AxlNetClient.removeLocationResponse AxlNetClient.AXLPort10.removeLocation(AxlNetClient.removeLocationRequest request)
 {
     return(base.Channel.removeLocation(request));
 }