public AxlNetClient.GetPhysicalLocationRes getPhysicalLocation(AxlNetClient.GetPhysicalLocationReq getPhysicalLocation1) { AxlNetClient.getPhysicalLocationRequest inValue = new AxlNetClient.getPhysicalLocationRequest(); inValue.getPhysicalLocation = getPhysicalLocation1; AxlNetClient.getPhysicalLocationResponse retVal = ((AxlNetClient.AXLPort8)(this)).getPhysicalLocation(inValue); return(retVal.getPhysicalLocationResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.getPhysicalLocationResponse> getPhysicalLocationAsync(AxlNetClient.GetPhysicalLocationReq getPhysicalLocation) { return(axlPortClient8.getPhysicalLocationAsync(getPhysicalLocation)); }
public AxlNetClient.GetPhysicalLocationRes getPhysicalLocation(AxlNetClient.GetPhysicalLocationReq getPhysicalLocation1) { return(axlPortClient8.getPhysicalLocation(getPhysicalLocation1)); }
public System.Threading.Tasks.Task <AxlNetClient.getPhysicalLocationResponse> getPhysicalLocationAsync(AxlNetClient.GetPhysicalLocationReq getPhysicalLocation) { AxlNetClient.getPhysicalLocationRequest inValue = new AxlNetClient.getPhysicalLocationRequest(); inValue.getPhysicalLocation = getPhysicalLocation; return(((AxlNetClient.AXLPort8)(this)).getPhysicalLocationAsync(inValue)); }