Skip to content

Interface IEventChannelRegistry

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

Collects event channel descriptors contributed to the active eventing runtime pack.

public interface IEventChannelRegistry

Adds an event channel descriptor to the registry.

void Add(EventChannelDescriptor channel)

channel EventChannelDescriptor

The channel descriptor to contribute.