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

Class EventSubscriptionExecutionOutcomes

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

Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll

Defines the stable outcome identifiers used when reporting declared event-subscription activity.

public static class EventSubscriptionExecutionOutcomes

objectEventSubscriptionExecutionOutcomes

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

Gets the outcome identifier used when subscription handling fails for one message.

public const string Failed = "failed"

string

Gets the outcome identifier used when subscription handling schedules or expects another retry attempt.

public const string RetryScheduled = "retry-scheduled"

string

Gets the outcome identifier used when subscription handling intentionally skips one message.

public const string Skipped = "skipped"

string

Gets the outcome identifier used when subscription handling begins for one message.

public const string Started = "started"

string

Gets the outcome identifier used when subscription handling completes successfully for one message.

public const string Succeeded = "succeeded"

string