public AxlNetClient.GetLocationRes getLocation(AxlNetClient.GetLocationReq getLocation1) { AxlNetClient.getLocationRequest inValue = new AxlNetClient.getLocationRequest(); inValue.getLocation = getLocation1; AxlNetClient.getLocationResponse retVal = ((AxlNetClient.AXLPort10)(this)).getLocation(inValue); return(retVal.getLocationResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.getLocationResponse> getLocationAsync(AxlNetClient.GetLocationReq getLocation) { return(axlPortClient10.getLocationAsync(getLocation)); }
public AxlNetClient.GetLocationRes getLocation(AxlNetClient.GetLocationReq getLocation1) { return(axlPortClient10.getLocation(getLocation1)); }
public System.Threading.Tasks.Task <AxlNetClient.getLocationResponse> getLocationAsync(AxlNetClient.GetLocationReq getLocation) { AxlNetClient.getLocationRequest inValue = new AxlNetClient.getLocationRequest(); inValue.getLocation = getLocation; return(((AxlNetClient.AXLPort10)(this)).getLocationAsync(inValue)); }