Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updatePhysicalLocation(AxlNetClient.UpdatePhysicalLocationReq updatePhysicalLocation1)
 {
     return(axlPortClient8.updatePhysicalLocation(updatePhysicalLocation1));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhysicalLocationResponse> updatePhysicalLocationAsync(AxlNetClient.UpdatePhysicalLocationReq updatePhysicalLocation)
 {
     AxlNetClient.updatePhysicalLocationRequest inValue = new AxlNetClient.updatePhysicalLocationRequest();
     inValue.updatePhysicalLocation = updatePhysicalLocation;
     return(((AxlNetClient.AXLPort8)(this)).updatePhysicalLocationAsync(inValue));
 }