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

Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionSources

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

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

Defines the stable source identifiers used by managed-connector automatic background retry execution answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionSources

objectCdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionSources

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

The automatic background retry execution answer was derived primarily from recorded automatic retry attempt history.

public const string AutomaticRetryHistory = "automatic-retry-history"

string

The automatic background retry execution answer was derived primarily from the bounded command journal.

public const string CommandJournal = "command-journal"

string

The automatic background retry execution answer was derived primarily from the shared retry-execution policy lane.

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

string

The automatic background retry execution answer does not currently resolve to one specific source.

public const string Unknown = "unknown"

string