Class TenantInvitationDeliveryRetryOutcomes
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable outcomes for tenant invitation delivery retry runner passes.
public static class TenantInvitationDeliveryRetryOutcomesInheritance
Section titled “Inheritance”object ← TenantInvitationDeliveryRetryOutcomes
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”AlreadyRunning
Section titled “ AlreadyRunning”Another coordinated retry runner pass is already running in this host process.
public const string AlreadyRunning = "already-running"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Invitation delivery retry queue processing is disabled.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”Failed
Section titled “ Failed”No attempted retry entries dispatched successfully.
public const string Failed = "failed"Field Value
Section titled “Field Value”NoPendingRetries
Section titled “ NoPendingRetries”No pending retry entries matched the request.
public const string NoPendingRetries = "no-pending-retries"Field Value
Section titled “Field Value”Partial
Section titled “ Partial”Some attempted retry entries succeeded and some remained pending or terminal.
public const string Partial = "partial"Field Value
Section titled “Field Value”Retried
Section titled “ Retried”Every attempted retry entry dispatched successfully.
public const string Retried = "retried"