Interface IInboxRegistry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Receives inbox descriptors contributed by active modules or packages.
public interface IInboxRegistryMethods
Section titled “Methods”Add(InboxDescriptor)
Section titled “ Add(InboxDescriptor)”Adds an inbox to the current runtime composition.
void Add(InboxDescriptor inbox)Parameters
Section titled “Parameters”inbox InboxDescriptor
The inbox descriptor to register.