Class EventDispatchExecutionOutcomes
Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll
Defines the stable outcome identifiers used when reporting durable event-dispatch activity.
public static class EventDispatchExecutionOutcomesInheritance
Section titled “Inheritance”object ← EventDispatchExecutionOutcomes
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”Failed
Section titled “ Failed”Gets the outcome identifier used when dispatch fails for one staged message.
public const string Failed = "failed"Field Value
Section titled “Field Value”RetryScheduled
Section titled “ RetryScheduled”Gets the outcome identifier used when dispatch schedules or expects another retry attempt.
public const string RetryScheduled = "retry-scheduled"Field Value
Section titled “Field Value”Skipped
Section titled “ Skipped”Gets the outcome identifier used when dispatch intentionally skips one staged message.
public const string Skipped = "skipped"Field Value
Section titled “Field Value”Started
Section titled “ Started”Gets the outcome identifier used when dispatch begins for one staged message.
public const string Started = "started"Field Value
Section titled “Field Value”Succeeded
Section titled “ Succeeded”Gets the outcome identifier used when dispatch completes successfully for one staged message.
public const string Succeeded = "succeeded"