public AxlNetClient.StandardResponse addLocation(AxlNetClient.AddLocationReq addLocation1) { AxlNetClient.addLocationRequest inValue = new AxlNetClient.addLocationRequest(); inValue.addLocation = addLocation1; AxlNetClient.addLocationResponse retVal = ((AxlNetClient.AXLPort10)(this)).addLocation(inValue); return(retVal.addLocationResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.addLocationResponse> addLocationAsync(AxlNetClient.AddLocationReq addLocation) { return(axlPortClient10.addLocationAsync(addLocation)); }
public AxlNetClient.StandardResponse addLocation(AxlNetClient.AddLocationReq addLocation1) { return(axlPortClient10.addLocation(addLocation1)); }
public System.Threading.Tasks.Task <AxlNetClient.addLocationResponse> addLocationAsync(AxlNetClient.AddLocationReq addLocation) { AxlNetClient.addLocationRequest inValue = new AxlNetClient.addLocationRequest(); inValue.addLocation = addLocation; return(((AxlNetClient.AXLPort10)(this)).addLocationAsync(inValue)); }