Example #1
0
 public AxlNetClient.StandardResponse removeUcService(AxlNetClient.NameAndGUIDRequest removeUcService1)
 {
     AxlNetClient.removeUcServiceRequest inValue = new AxlNetClient.removeUcServiceRequest();
     inValue.removeUcService = removeUcService1;
     AxlNetClient.removeUcServiceResponse retVal = ((AxlNetClient.AXLPort69)(this)).removeUcService(inValue);
     return(retVal.removeUcServiceResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeUcServiceResponse> removeUcServiceAsync(AxlNetClient.NameAndGUIDRequest removeUcService)
 {
     AxlNetClient.removeUcServiceRequest inValue = new AxlNetClient.removeUcServiceRequest();
     inValue.removeUcService = removeUcService;
     return(((AxlNetClient.AXLPort69)(this)).removeUcServiceAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeUcServiceResponse> AxlNetClient.AXLPort69.removeUcServiceAsync(AxlNetClient.removeUcServiceRequest request)
 {
     return(base.Channel.removeUcServiceAsync(request));
 }
Example #4
0
 AxlNetClient.removeUcServiceResponse AxlNetClient.AXLPort69.removeUcService(AxlNetClient.removeUcServiceRequest request)
 {
     return(base.Channel.removeUcService(request));
 }