Skip to content

Interface IEventSubscriptionExecutionBindingContributor

Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll

Contributes one or more managed execution bindings for declared event subscriptions.

public interface IEventSubscriptionExecutionBindingContributor

Returns the managed execution bindings owned by the contributor.

IReadOnlyList<EventSubscriptionExecutionBindingDescriptor> GetExecutionBindings()

IReadOnlyList<EventSubscriptionExecutionBindingDescriptor>

The managed execution bindings for declared subscriptions.