Пример #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);
 }
Пример #2
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));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.addUcServiceResponse> AxlNetClient.AXLPort69.addUcServiceAsync(AxlNetClient.addUcServiceRequest request)
 {
     return(base.Channel.addUcServiceAsync(request));
 }
Пример #4
0
 AxlNetClient.addUcServiceResponse AxlNetClient.AXLPort69.addUcService(AxlNetClient.addUcServiceRequest request)
 {
     return(base.Channel.addUcService(request));
 }