Class EventPublicationOutcomes
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines stable outcome identifiers returned by managed event-publication dispatchers.
public static class EventPublicationOutcomesInheritance
Section titled “Inheritance”object ← EventPublicationOutcomes
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”Accepted
Section titled “ Accepted”The publication was accepted by the active eventing runtime.
public const string Accepted = "accepted"Field Value
Section titled “Field Value”Failed
Section titled “ Failed”The publication was rejected or failed before it could be accepted by the active eventing runtime.
public const string Failed = "failed"