示例#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)
 {
     AxlNetClient.updateUcServiceRequest inValue = new AxlNetClient.updateUcServiceRequest();
     inValue.updateUcService = updateUcService;
     return(((AxlNetClient.AXLPort69)(this)).updateUcServiceAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.updateUcServiceResponse> AxlNetClient.AXLPort69.updateUcServiceAsync(AxlNetClient.updateUcServiceRequest request)
 {
     return(base.Channel.updateUcServiceAsync(request));
 }
示例#4
0
 AxlNetClient.updateUcServiceResponse AxlNetClient.AXLPort69.updateUcService(AxlNetClient.updateUcServiceRequest request)
 {
     return(base.Channel.updateUcService(request));
 }