Skip to content

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 TenantInvitationDeliveryRetryOutcomes

objectTenantInvitationDeliveryRetryOutcomes

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Another coordinated retry runner pass is already running in this host process.

public const string AlreadyRunning = "already-running"

string

Invitation delivery retry queue processing is disabled.

public const string Disabled = "disabled"

string

No attempted retry entries dispatched successfully.

public const string Failed = "failed"

string

No pending retry entries matched the request.

public const string NoPendingRetries = "no-pending-retries"

string

Some attempted retry entries succeeded and some remained pending or terminal.

public const string Partial = "partial"

string

Every attempted retry entry dispatched successfully.

public const string Retried = "retried"

string