Class CdcCapturePublicationStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the recommended stable publication-state identifiers for CDC runtime reporting.
public static class CdcCapturePublicationStatesInheritance
Section titled “Inheritance”object ← CdcCapturePublicationStates
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”CaptureFailed
Section titled “ CaptureFailed”Indicates that the capture itself last reported a failure before publication completed.
public const string CaptureFailed = "capture-failed"Field Value
Section titled “Field Value”Current
Section titled “ Current”Indicates that the capture is current through the linked publication path.
public const string Current = "current"Field Value
Section titled “Field Value”DispatchFailed
Section titled “ DispatchFailed”Indicates that the linked outbox dispatch runtime last reported a failure.
public const string DispatchFailed = "dispatch-failed"Field Value
Section titled “Field Value”DispatchRetryPending
Section titled “ DispatchRetryPending”Indicates that the linked outbox dispatch runtime has a retry pending.
public const string DispatchRetryPending = "dispatch-retry-pending"Field Value
Section titled “Field Value”Dispatching
Section titled “ Dispatching”Indicates that the linked outbox dispatch runtime is actively dispatching publications.
public const string Dispatching = "dispatching"Field Value
Section titled “Field Value”PendingPublication
Section titled “ PendingPublication”Indicates that the capture still has pending publications to push into or through the outbox.
public const string PendingPublication = "pending-publication"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”Indicates that the active runtime does not yet have a publication answer.
public const string Unknown = "unknown"