Interface IOutboxDispatchPolicyCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Exposes the effective dispatch-execution policies visible to the current runtime for active outbox surfaces.
public interface IOutboxDispatchPolicyCatalogProperties
Section titled “Properties”Policies
Section titled “ Policies”Gets the effective dispatch policies visible to the current runtime.
IReadOnlyList<OutboxDispatchPolicyDescriptor> Policies { get; }Property Value
Section titled “Property Value”IReadOnlyList<OutboxDispatchPolicyDescriptor>
Methods
Section titled “Methods”GetByOutboxId(string)
Section titled “ GetByOutboxId(string)”Gets the effective dispatch policy for one outbox by its stable identifier.
OutboxDispatchPolicyDescriptor? GetByOutboxId(string outboxId)Parameters
Section titled “Parameters”outboxId string
The stable outbox identifier to resolve.
Returns
Section titled “Returns”OutboxDispatchPolicyDescriptor?
The matching dispatch policy, or null when the outbox is not active.