Class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningSources
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector scheduler recovery and execution-hardening answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningSources
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”CommandExecution
Section titled “ CommandExecution”The scheduler recovery and execution-hardening answer was derived primarily from the latest command-execution outcome.
public const string CommandExecution = "command-execution"Field Value
Section titled “Field Value”CommandJournalDurability
Section titled “ CommandJournalDurability”The scheduler recovery and execution-hardening answer was derived primarily from durable command-journal truth.
public const string CommandJournalDurability = "command-journal-durability"Field Value
Section titled “Field Value”DistributedRetryOrchestration
Section titled “ DistributedRetryOrchestration”The scheduler recovery and execution-hardening answer was derived primarily from distributed retry orchestration truth.
public const string DistributedRetryOrchestration = "distributed-retry-orchestration"Field Value
Section titled “Field Value”DurableSharedSchedulerOrchestration
Section titled “ DurableSharedSchedulerOrchestration”The scheduler recovery and execution-hardening answer was derived primarily from durable shared scheduler orchestration truth.
public const string DurableSharedSchedulerOrchestration = "durable-shared-scheduler-orchestration"Field Value
Section titled “Field Value”MultiNodeLeaseExecution
Section titled “ MultiNodeLeaseExecution”The scheduler recovery and execution-hardening answer was derived primarily from broader multi-node lease-execution truth.
public const string MultiNodeLeaseExecution = "multi-node-lease-execution"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The scheduler recovery and execution-hardening answer does not currently resolve to one specific source.
public const string Unknown = "unknown"