Esempio n. 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);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getUcServiceResponse> getUcServiceAsync(AxlNetClient.GetUcServiceReq getUcService)
 {
     return(axlPortClient69.getUcServiceAsync(getUcService));
 }
Esempio n. 3
0
 public AxlNetClient.GetUcServiceRes getUcService(AxlNetClient.GetUcServiceReq getUcService1)
 {
     return(axlPortClient69.getUcService(getUcService1));
 }
Esempio n. 4
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));
 }