Class TenantInvitationDeliveryRetryStatuses
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable statuses for tenant invitation delivery retry queue entries.
public static class TenantInvitationDeliveryRetryStatusesInheritance
Section titled “Inheritance”object ← TenantInvitationDeliveryRetryStatuses
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Dispatched
Section titled “ Dispatched”The retry entry was dispatched and removed from the active retry queue.
public const string Dispatched = "dispatched"Field Value
Section titled “Field Value”Exhausted
Section titled “ Exhausted”The retry entry exhausted its configured retry budget.
public const string Exhausted = "exhausted"Field Value
Section titled “Field Value”Pending
Section titled “ Pending”The retry entry is waiting for another attempt.
public const string Pending = "pending"Field Value
Section titled “Field Value”Terminal
Section titled “ Terminal”The retry entry hit a terminal invitation state that should not be retried.
public const string Terminal = "terminal"