ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStates

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Defines the stable state identifiers used by managed-connector command-retry answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStates

objectCdcCaptureExecutionRuntimeManagedConnectorCommandRetryStates

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

The current shared runtime truth matches a recently-recorded command and should wait for a short cooldown window before retrying.

public const string Cooldown = "cooldown"

string

The current shared runtime truth matches an already-recorded command and replaying it would be duplicative.

public const string Duplicate = "duplicate"

string

The command-retry posture does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

The current shared runtime truth indicates that a retry is not currently needed.

public const string NotNeeded = "not-needed"

string

The current shared runtime truth still leaves the command operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

The current shared runtime truth still blocks a safe retry.

public const string RetryBlocked = "retry-blocked"

string

The current shared runtime truth allows a safe retry of a matching prior command.

public const string RetryEligible = "retry-eligible"

string