Interface IInboxContributor
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Contributes one or more inbox descriptors to the active runtime.
public interface IInboxContributorMethods
Section titled “Methods”RegisterInboxes(IInboxRegistry)
Section titled “ RegisterInboxes(IInboxRegistry)”Registers one or more inbox descriptors with the supplied registry.
void RegisterInboxes(IInboxRegistry inboxes)Parameters
Section titled “Parameters”inboxes IInboxRegistry
The registry that collects contributed inbox descriptors.