Class TenantInvitationDeliveryStatusReconciliationOutcomes
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable outcomes for tenant invitation delivery status reconciliation.
public static class TenantInvitationDeliveryStatusReconciliationOutcomesInheritance
Section titled “Inheritance”object ← TenantInvitationDeliveryStatusReconciliationOutcomes
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”Disabled
Section titled “ Disabled”Delivery status reconciliation is disabled.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”InvitationNotFound
Section titled “ InvitationNotFound”The requested invitation was not found.
public const string InvitationNotFound = "invitation-not-found"Field Value
Section titled “Field Value”ProviderMessageMismatch
Section titled “ ProviderMessageMismatch”The supplied provider message identifier does not match the identifier recorded during dispatch.
public const string ProviderMessageMismatch = "provider-message-mismatch"Field Value
Section titled “Field Value”ProviderMessageMissing
Section titled “ ProviderMessageMissing”The invitation has a recorded provider message identifier, but the reconciliation request did not provide one.
public const string ProviderMessageMissing = "provider-message-missing"Field Value
Section titled “Field Value”Reconciled
Section titled “ Reconciled”The delivery status observation was reconciled into invitation metadata.
public const string Reconciled = "reconciled"Field Value
Section titled “Field Value”StoreFailed
Section titled “ StoreFailed”The delivery status observation could not be persisted.
public const string StoreFailed = "store-failed"