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

Class TenantInvitationDeliveryOutcomes

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Defines stable outcomes for tenant invitation delivery dispatch.

public static class TenantInvitationDeliveryOutcomes

objectTenantInvitationDeliveryOutcomes

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

Invitation delivery dispatch is disabled.

public const string Disabled = "disabled"

string

The invitation was dispatched through a configured sender.

public const string Dispatched = "dispatched"

string

The requested invitation expired before dispatch.

public const string InvitationExpired = "invitation-expired"

string

The requested invitation was not found.

public const string InvitationNotFound = "invitation-not-found"

string

The requested invitation is no longer pending.

public const string InvitationNotPending = "invitation-not-pending"

string

The sender failed or returned a failed outcome.

public const string SenderFailed = "sender-failed"

string

No matching delivery sender was registered.

public const string SenderNotConfigured = "sender-not-configured"

string

The dispatch outcome could not be persisted.

public const string StoreFailed = "store-failed"

string

The sender deliberately suppressed delivery.

public const string Suppressed = "suppressed"

string