Interface IEventSubscriptionExecutionBindingContributor
Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll
Contributes one or more managed execution bindings for declared event subscriptions.
public interface IEventSubscriptionExecutionBindingContributorMethods
Section titled “Methods”GetExecutionBindings()
Section titled “ GetExecutionBindings()”Returns the managed execution bindings owned by the contributor.
IReadOnlyList<EventSubscriptionExecutionBindingDescriptor> GetExecutionBindings()Returns
Section titled “Returns”IReadOnlyList<EventSubscriptionExecutionBindingDescriptor>
The managed execution bindings for declared subscriptions.