Interface IEventChannelRegistry
Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll
Collects event channel descriptors contributed to the active eventing runtime pack.
public interface IEventChannelRegistryMethods
Section titled “Methods”Add(EventChannelDescriptor)
Section titled “ Add(EventChannelDescriptor)”Adds an event channel descriptor to the registry.
void Add(EventChannelDescriptor channel)Parameters
Section titled “Parameters”channel EventChannelDescriptor
The channel descriptor to contribute.