Interface IEventDispatchRuntimeContributor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll
Contributes one or more operator-facing durable dispatch runtimes to the active eventing technology.
public interface IEventDispatchRuntimeContributorMethods
Section titled “Methods”RegisterDispatchRuntimes(IEventDispatchRuntimeRegistry)
Section titled “ RegisterDispatchRuntimes(IEventDispatchRuntimeRegistry)”Registers one or more dispatch-runtime descriptors owned by the contributor.
void RegisterDispatchRuntimes(IEventDispatchRuntimeRegistry dispatchRuntimes)Parameters
Section titled “Parameters”dispatchRuntimes IEventDispatchRuntimeRegistry
The dispatch-runtime registry receiving contributed descriptors.