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

Class CdcCaptureExecutionRuntimeManagedConnectorCommandRetrySources

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

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

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

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandRetrySources

objectCdcCaptureExecutionRuntimeManagedConnectorCommandRetrySources

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

The retry posture was derived from the latest shared command-execution outcome.

public const string CommandExecution = "command-execution"

string

The retry posture was derived from bounded shared command-execution history.

public const string CommandExecutionHistory = "command-execution-history"

string

The retry posture was derived from the shared execution-adapter lane.

public const string ExecutionAdapter = "execution-adapter"

string

The retry posture does not currently resolve to one specific source.

public const string Unknown = "unknown"

string