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

Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionSources

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

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

Defines the stable source identifiers used by managed-connector provider-owned write-path execution answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionSources

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionSources

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

The provider-owned write-path execution answer was derived primarily from automatic background retry execution truth.

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

string

The provider-owned write-path execution answer was derived primarily from the latest command-execution outcome.

public const string CommandExecution = "command-execution"

string

The provider-owned write-path execution answer was derived primarily from execution-adapter truth.

public const string ExecutionAdapter = "execution-adapter"

string

The provider-owned write-path execution answer was derived primarily from retry-execution policy truth.

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

string

The provider-owned write-path execution answer was derived primarily from scheduler recovery and execution-hardening truth.

public const string SchedulerRecoveryExecutionHardening = "scheduler-recovery-execution-hardening"

string

The provider-owned write-path execution answer does not currently resolve to one specific source.

public const string Unknown = "unknown"

string