Exemplo n.º 1
0
 public AxlNetClient.StandardResponse addUcService(AxlNetClient.AddUcServiceReq addUcService1)
 {
     AxlNetClient.addUcServiceRequest inValue = new AxlNetClient.addUcServiceRequest();
     inValue.addUcService = addUcService1;
     AxlNetClient.addUcServiceResponse retVal = ((AxlNetClient.AXLPort69)(this)).addUcService(inValue);
     return(retVal.addUcServiceResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addUcServiceResponse> addUcServiceAsync(AxlNetClient.AddUcServiceReq addUcService)
 {
     return(axlPortClient69.addUcServiceAsync(addUcService));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse addUcService(AxlNetClient.AddUcServiceReq addUcService1)
 {
     return(axlPortClient69.addUcService(addUcService1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.addUcServiceResponse> addUcServiceAsync(AxlNetClient.AddUcServiceReq addUcService)
 {
     AxlNetClient.addUcServiceRequest inValue = new AxlNetClient.addUcServiceRequest();
     inValue.addUcService = addUcService;
     return(((AxlNetClient.AXLPort69)(this)).addUcServiceAsync(inValue));
 }