Skip to content

Class TenantInvitationDeliveryStatusObservationAttentionCategories

Namespace: Cephalon.MultiTenancy.Governance.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AspNetCore.dll

Defines stable attention categories for tenant-invitation delivery status observation reads.

public static class TenantInvitationDeliveryStatusObservationAttentionCategories

objectTenantInvitationDeliveryStatusObservationAttentionCategories

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

Attention categories are derived from normalized observations already stored by the governance core. They are operator drill-down labels only; they do not represent provider polling, callback inbox ownership, distributed replay, or exactly-once delivery semantics.

The observation reports a deferred delivery status.

public const string DeliveryDeferred = "delivery-deferred"

string

The observation reports a failed or bounced delivery status.

public const string DeliveryFailed = "delivery-failed"

string

The observation reports a suppressed delivery status.

public const string DeliverySuppressed = "delivery-suppressed"

string

The observation reports an unknown delivery status.

public const string DeliveryUnknown = "delivery-unknown"

string

The observation did not reconcile into invitation state.

public const string ReconciliationGap = "reconciliation-gap"

string

The observation did not record invitation delivery status metadata.

public const string RecordingGap = "recording-gap"

string