示例#1
0
 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);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateUcServiceResponse> updateUcServiceAsync(AxlNetClient.UpdateUcServiceReq updateUcService)
 {
     return(axlPortClient69.updateUcServiceAsync(updateUcService));
 }
示例#3
0
 public AxlNetClient.StandardResponse updateUcService(AxlNetClient.UpdateUcServiceReq updateUcService1)
 {
     return(axlPortClient69.updateUcService(updateUcService1));
 }
示例#4
0
 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));
 }