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

Class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationSources

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

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

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

public static class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationSources

objectCdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationSources

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

The distributed retry orchestration answer was derived primarily from automatic background retry execution truth.

public const string AutomaticRetryExecution = "automatic-retry-execution"

string

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

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

string

The distributed retry orchestration answer was derived primarily from cross-node idempotency-hardening truth.

public const string CrossNodeIdempotencyHardening = "cross-node-idempotency-hardening"

string

The distributed retry orchestration answer was derived primarily from distributed retry lease truth.

public const string DistributedRetryLease = "distributed-retry-lease"

string

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

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

string

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

public const string Unknown = "unknown"

string