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 IEventChannelContributorMethods
Section titled “Methods”RegisterChannels(IEventChannelRegistry)
Section titled “ RegisterChannels(IEventChannelRegistry)”Registers one or more event channel descriptors with the supplied registry.
void RegisterChannels(IEventChannelRegistry channels)Parameters
Section titled “Parameters”channels IEventChannelRegistry
The registry that collects contributed channel descriptors.