public AxlNetClient.StandardResponse updateUcService(AxlNetClient.UpdateUcServiceReq updateUcService1) { AxlNetClient.updateUcServiceRequest inValue = new AxlNetClient.updateUcServiceRequest(); inValue.updateUcService = updateUcService1; AxlNetClient.updateUcServiceResponse retVal = ((AxlNetClient.AXLPort69)(this)).updateUcService(inValue); return(retVal.updateUcServiceResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.updateUcServiceResponse> updateUcServiceAsync(AxlNetClient.UpdateUcServiceReq updateUcService) { return(axlPortClient69.updateUcServiceAsync(updateUcService)); }
public AxlNetClient.StandardResponse updateUcService(AxlNetClient.UpdateUcServiceReq updateUcService1) { return(axlPortClient69.updateUcService(updateUcService1)); }
public System.Threading.Tasks.Task <AxlNetClient.updateUcServiceResponse> updateUcServiceAsync(AxlNetClient.UpdateUcServiceReq updateUcService) { AxlNetClient.updateUcServiceRequest inValue = new AxlNetClient.updateUcServiceRequest(); inValue.updateUcService = updateUcService; return(((AxlNetClient.AXLPort69)(this)).updateUcServiceAsync(inValue)); }