Skip to content

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 EventDispatchExecutionOutcomes

objectEventDispatchExecutionOutcomes

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 dispatch fails for one staged message.

public const string Failed = "failed"

string

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

public const string RetryScheduled = "retry-scheduled"

string

Gets the outcome identifier used when dispatch intentionally skips one staged message.

public const string Skipped = "skipped"

string

Gets the outcome identifier used when dispatch begins for one staged message.

public const string Started = "started"

string

Gets the outcome identifier used when dispatch completes successfully for one staged message.

public const string Succeeded = "succeeded"

string