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

Class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseSources

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

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

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

public static class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseSources

objectCdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseSources

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

The distributed retry lease answer was derived primarily from automatic-retry coordination truth.

public const string AutomaticRetryCoordination = "automatic-retry-coordination"

string

The distributed retry lease answer was derived primarily from retained command-execution history.

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

string

The distributed retry lease answer was derived primarily from durable command-journal truth.

public const string CommandJournalDurability = "command-journal-durability"

string

The distributed retry lease answer was derived primarily from retry-execution policy truth.

public const string RetryExecutionPolicy = "retry-execution-policy"

string

The distributed retry lease answer does not currently resolve to one specific source.

public const string Unknown = "unknown"

string