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

Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalSources

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

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

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

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalSources

objectCdcCaptureExecutionRuntimeManagedConnectorCommandJournalSources

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

The command journal was derived primarily from bounded shared command-execution history.

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

string

The command journal was derived primarily from the shared command-retry lane.

public const string CommandRetry = "command-retry"

string

The command journal was derived primarily from the shared retry-execution policy lane.

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

string

The command journal does not currently resolve to one specific source.

public const string Unknown = "unknown"

string