Skip to content

Class EventPublicationOutcomes

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines stable outcome identifiers returned by managed event-publication dispatchers.

public static class EventPublicationOutcomes

objectEventPublicationOutcomes

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

The publication was accepted by the active eventing runtime.

public const string Accepted = "accepted"

string

The publication was rejected or failed before it could be accepted by the active eventing runtime.

public const string Failed = "failed"

string