ข้ามไปยังเนื้อหา

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 TenantInvitationDeliveryRetryStatuses

objectTenantInvitationDeliveryRetryStatuses

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

The retry entry was dispatched and removed from the active retry queue.

public const string Dispatched = "dispatched"

string

The retry entry exhausted its configured retry budget.

public const string Exhausted = "exhausted"

string

The retry entry is waiting for another attempt.

public const string Pending = "pending"

string

The retry entry hit a terminal invitation state that should not be retried.

public const string Terminal = "terminal"

string