Interface ITenantInvitationDeliveryRetryRuntimeCatalog
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Exposes runtime state for automatic tenant-invitation delivery retry scheduling.
public interface ITenantInvitationDeliveryRetryRuntimeCatalogRemarks
Section titled “Remarks”The catalog reports the opt-in background retry hosted-service posture. 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 scheduling runtime snapshot.
TenantInvitationDeliveryRetryRuntimeSnapshot Current { get; }