Skip to content

Interface IEventChannelContributor

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

Allows a module to contribute event channels into the active eventing runtime pack.

public interface IEventChannelContributor

Registers one or more event channel descriptors with the supplied registry.

void RegisterChannels(IEventChannelRegistry channels)

channels IEventChannelRegistry

The registry that collects contributed channel descriptors.