Class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicySources
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector retry-execution policy answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicySourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicySources
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”CommandRetry
Section titled “ CommandRetry”The retry-execution policy was derived primarily from the shared command-retry lane.
public const string CommandRetry = "command-retry"Field Value
Section titled “Field Value”ExecutionAdapter
Section titled “ ExecutionAdapter”The retry-execution policy was derived primarily from the shared execution-adapter lane.
public const string ExecutionAdapter = "execution-adapter"Field Value
Section titled “Field Value”ExecutionApproval
Section titled “ ExecutionApproval”The retry-execution policy was derived primarily from the shared execution-approval lane.
public const string ExecutionApproval = "execution-approval"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The retry-execution policy does not currently resolve to one specific source.
public const string Unknown = "unknown"