Class CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationSources
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector durable shared scheduler-orchestration answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationSources
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”AutomaticRetryCoordination
Section titled “ AutomaticRetryCoordination”The durable shared scheduler-orchestration answer was derived primarily from automatic-retry coordination truth.
public const string AutomaticRetryCoordination = "automatic-retry-coordination"Field Value
Section titled “Field Value”CommandJournalDurability
Section titled “ CommandJournalDurability”The durable shared scheduler-orchestration 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 durable shared scheduler-orchestration answer was derived primarily from distributed retry orchestration truth.
public const string DistributedRetryOrchestration = "distributed-retry-orchestration"Field Value
Section titled “Field Value”MultiNodeLeaseExecution
Section titled “ MultiNodeLeaseExecution”The durable shared scheduler-orchestration 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 durable shared scheduler-orchestration answer does not currently resolve to one specific source.
public const string Unknown = "unknown"