Example #1
0
 public AxlNetClient.GetUcServiceRes getUcService(AxlNetClient.GetUcServiceReq getUcService1)
 {
     AxlNetClient.getUcServiceRequest inValue = new AxlNetClient.getUcServiceRequest();
     inValue.getUcService = getUcService1;
     AxlNetClient.getUcServiceResponse retVal = ((AxlNetClient.AXLPort69)(this)).getUcService(inValue);
     return(retVal.getUcServiceResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getUcServiceResponse> getUcServiceAsync(AxlNetClient.GetUcServiceReq getUcService)
 {
     AxlNetClient.getUcServiceRequest inValue = new AxlNetClient.getUcServiceRequest();
     inValue.getUcService = getUcService;
     return(((AxlNetClient.AXLPort69)(this)).getUcServiceAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.getUcServiceResponse> AxlNetClient.AXLPort69.getUcServiceAsync(AxlNetClient.getUcServiceRequest request)
 {
     return(base.Channel.getUcServiceAsync(request));
 }
Example #4
0
 AxlNetClient.getUcServiceResponse AxlNetClient.AXLPort69.getUcService(AxlNetClient.getUcServiceRequest request)
 {
     return(base.Channel.getUcService(request));
 }