Interface IOutboxContributor
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Contributes one or more outbox descriptors to the active runtime.
public interface IOutboxContributorMethods
Section titled “Methods”RegisterOutboxes(IOutboxRegistry)
Section titled “ RegisterOutboxes(IOutboxRegistry)”Registers one or more outbox descriptors with the supplied registry.
void RegisterOutboxes(IOutboxRegistry outboxes)Parameters
Section titled “Parameters”outboxes IOutboxRegistry
The registry that collects contributed outbox descriptors.