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

Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStates

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

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

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

public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStates

objectCdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStates

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

Automatic background retry cannot run because reporter coordination is currently conflicted.

public const string Conflicted = "conflicted"

string

The current node holds the active reporter lease for automatic background retry.

public const string LeaseHeld = "lease-held"

string

Automatic background retry cannot run because no active reporter lease is currently visible.

public const string LeaseMissing = "lease-missing"

string

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

public const string NotApplicable = "not-applicable"

string

Automatic background retry still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Automatic background retry can run on the current node without reporter-lease coordination.

public const string SingleNode = "single-node"

string

Automatic background retry remains uncoordinated on the current node.

public const string Uncoordinated = "uncoordinated"

string