Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStates

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

Defines the stable state identifiers used by managed-connector automatic background retry execution answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStates

objectCdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStates

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

Automatic background retry execution is currently blocked by shared runtime truth or safety guardrails.

public const string Blocked = "blocked"

string

Automatic background retry execution has already recorded one matching shared retry attempt.

public const string Completed = "completed"

string

Automatic background retry execution is currently disabled for the execution runtime.

public const string Disabled = "disabled"

string

Automatic background retry execution is currently eligible to run one shared retry attempt.

public const string Eligible = "eligible"

string

Automatic background retry execution does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string