Interface IEventChannelCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll
Exposes the merged set of event channels available to the active eventing runtime.
public interface IEventChannelCatalogProperties
Section titled “Properties”Channels
Section titled “ Channels”Gets the effective channel set after host options and module contributors have both been applied.
IReadOnlyList<EventChannelDescriptor> Channels { get; }Property Value
Section titled “Property Value”IReadOnlyList<EventChannelDescriptor>
Methods
Section titled “Methods”TryGet(string, out EventChannelDescriptor)
Section titled “ TryGet(string, out EventChannelDescriptor)”Attempts to resolve an event channel descriptor by identifier.
bool TryGet(string channelId, out EventChannelDescriptor channel)Parameters
Section titled “Parameters”channelId string
The channel identifier to resolve.
channel EventChannelDescriptor
When this method returns, contains the resolved channel if found.