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 TenantInvitationDeliveryStatusObservationAttentionCategoriesInheritance
Section titled “Inheritance”object ← TenantInvitationDeliveryStatusObservationAttentionCategories
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()
Remarks
Section titled “Remarks”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.
Fields
Section titled “Fields”DeliveryDeferred
Section titled “ DeliveryDeferred”The observation reports a deferred delivery status.
public const string DeliveryDeferred = "delivery-deferred"Field Value
Section titled “Field Value”DeliveryFailed
Section titled “ DeliveryFailed”The observation reports a failed or bounced delivery status.
public const string DeliveryFailed = "delivery-failed"Field Value
Section titled “Field Value”DeliverySuppressed
Section titled “ DeliverySuppressed”The observation reports a suppressed delivery status.
public const string DeliverySuppressed = "delivery-suppressed"Field Value
Section titled “Field Value”DeliveryUnknown
Section titled “ DeliveryUnknown”The observation reports an unknown delivery status.
public const string DeliveryUnknown = "delivery-unknown"Field Value
Section titled “Field Value”ReconciliationGap
Section titled “ ReconciliationGap”The observation did not reconcile into invitation state.
public const string ReconciliationGap = "reconciliation-gap"Field Value
Section titled “Field Value”RecordingGap
Section titled “ RecordingGap”The observation did not record invitation delivery status metadata.
public const string RecordingGap = "recording-gap"