Interface ITenantInvitationDeliveryRetryExecutionCoordinationCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Exposes runtime state for process-local tenant-invitation delivery retry execution coordination.
public interface ITenantInvitationDeliveryRetryExecutionCoordinationCatalogRemarks
Section titled “Remarks”The catalog reports the in-process overlap guard used by bounded retry runner passes. It does not represent distributed retry leases, cross-node exactly-once delivery, or provider-specific sender ownership.
Properties
Section titled “Properties”Current
Section titled “ Current”Gets the latest tenant-invitation delivery retry execution coordination snapshot.
TenantInvitationDeliveryRetryExecutionCoordinationSnapshot Current { get; }