Пример #1
0
 public OpenMateNET.Lib.ProcessSubscriptionService.subscription[] getEndpointSubscriptions(OpenMateNET.Lib.ProcessSubscriptionService.authenticationToken authenticationToken, int thirdPartyId, int endpointId)
 {
     OpenMateNET.Lib.ProcessSubscriptionService.getEndpointSubscriptionsRequest inValue = new OpenMateNET.Lib.ProcessSubscriptionService.getEndpointSubscriptionsRequest();
     inValue.authenticationToken = authenticationToken;
     inValue.thirdPartyId        = thirdPartyId;
     inValue.endpointId          = endpointId;
     OpenMateNET.Lib.ProcessSubscriptionService.getEndpointSubscriptionsResponse retVal = ((OpenMateNET.Lib.ProcessSubscriptionService.ProcessSubscription)(this)).getEndpointSubscriptions(inValue);
     return(retVal.@return);
 }
Пример #2
0
 OpenMateNET.Lib.ProcessSubscriptionService.getEndpointSubscriptionsResponse OpenMateNET.Lib.ProcessSubscriptionService.ProcessSubscription.getEndpointSubscriptions(OpenMateNET.Lib.ProcessSubscriptionService.getEndpointSubscriptionsRequest request)
 {
     return(base.Channel.getEndpointSubscriptions(request));
 }