Skip to content

Class CdcCapturePublicationStates

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

Defines the recommended stable publication-state identifiers for CDC runtime reporting.

public static class CdcCapturePublicationStates

objectCdcCapturePublicationStates

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

Indicates that the capture itself last reported a failure before publication completed.

public const string CaptureFailed = "capture-failed"

string

Indicates that the capture is current through the linked publication path.

public const string Current = "current"

string

Indicates that the linked outbox dispatch runtime last reported a failure.

public const string DispatchFailed = "dispatch-failed"

string

Indicates that the linked outbox dispatch runtime has a retry pending.

public const string DispatchRetryPending = "dispatch-retry-pending"

string

Indicates that the linked outbox dispatch runtime is actively dispatching publications.

public const string Dispatching = "dispatching"

string

Indicates that the capture still has pending publications to push into or through the outbox.

public const string PendingPublication = "pending-publication"

string

Indicates that the active runtime does not yet have a publication answer.

public const string Unknown = "unknown"

string