Skip to content

Class TenantInvitationDeliveryStatusObservationRemediationActions

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

Defines stable operator remediation actions for tenant-invitation delivery status observation reads.

public static class TenantInvitationDeliveryStatusObservationRemediationActions

objectTenantInvitationDeliveryStatusObservationRemediationActions

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

Remediation actions are deterministic guidance derived from normalized observation history. They do not execute provider calls, mutate callback inboxes, run polling loops, or claim distributed remediation ownership.

Monitor a deferred delivery status or retry through an owned delivery-dispatch path when appropriate.

public const string MonitorDeferredDelivery = "monitor-deferred-delivery"

string

Review observation-store configuration or metadata recording failure before relying on the audit trail.

public const string ReviewObservationRecording = "review-observation-recording"

string

Review the recipient, sender configuration, or provider status before retrying or replacing the invitation.

public const string ReviewRecipientOrSender = "review-recipient-or-sender"

string

Review reconciliation inputs such as tenant id, invitation id, provider message id, or status ownership.

public const string ReviewReconciliationInput = "review-reconciliation-input"

string

Review provider callback translation or payload mapping because the normalized status was unknown.

public const string ReviewStatusTranslation = "review-status-translation"

string

Review suppression or unsubscribe policy before sending more invitations to the recipient.

public const string ReviewSuppressionPolicy = "review-suppression-policy"

string