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 CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStates
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”Blocked
Section titled “ Blocked”Automatic background retry execution is currently blocked by shared runtime truth or safety guardrails.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”Completed
Section titled “ Completed”Automatic background retry execution has already recorded one matching shared retry attempt.
public const string Completed = "completed"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Automatic background retry execution is currently disabled for the execution runtime.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”Eligible
Section titled “ Eligible”Automatic background retry execution is currently eligible to run one shared retry attempt.
public const string Eligible = "eligible"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Automatic background retry execution does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"