Class EventPublicationRuntimeOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines stable outcome identifiers reported by event-publication runtime-state catalogs.
public static class EventPublicationRuntimeOutcomesInheritance
Section titled “Inheritance”object ← EventPublicationRuntimeOutcomes
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 or staged by the active runtime, but downstream delivery may still be pending.
public const string Accepted = "accepted"Field Value
Section titled “Field Value”Failed
Section titled “ Failed”The publication failed while the active runtime processed it.
public const string Failed = "failed"Field Value
Section titled “Field Value”Skipped
Section titled “ Skipped”The publication was accepted but no runtime-owned work was executed.
public const string Skipped = "skipped"Field Value
Section titled “Field Value”Succeeded
Section titled “ Succeeded”The publication completed its runtime-owned execution path successfully.
public const string Succeeded = "succeeded"