Example #1
0
 public AxlNetClient.StandardResponse removePhysicalLocation(AxlNetClient.NameAndGUIDRequest removePhysicalLocation1)
 {
     AxlNetClient.removePhysicalLocationRequest inValue = new AxlNetClient.removePhysicalLocationRequest();
     inValue.removePhysicalLocation = removePhysicalLocation1;
     AxlNetClient.removePhysicalLocationResponse retVal = ((AxlNetClient.AXLPort8)(this)).removePhysicalLocation(inValue);
     return(retVal.removePhysicalLocationResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removePhysicalLocationResponse> removePhysicalLocationAsync(AxlNetClient.NameAndGUIDRequest removePhysicalLocation)
 {
     AxlNetClient.removePhysicalLocationRequest inValue = new AxlNetClient.removePhysicalLocationRequest();
     inValue.removePhysicalLocation = removePhysicalLocation;
     return(((AxlNetClient.AXLPort8)(this)).removePhysicalLocationAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.removePhysicalLocationResponse> AxlNetClient.AXLPort8.removePhysicalLocationAsync(AxlNetClient.removePhysicalLocationRequest request)
 {
     return(base.Channel.removePhysicalLocationAsync(request));
 }
Example #4
0
 AxlNetClient.removePhysicalLocationResponse AxlNetClient.AXLPort8.removePhysicalLocation(AxlNetClient.removePhysicalLocationRequest request)
 {
     return(base.Channel.removePhysicalLocation(request));
 }