Class CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationSources
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector provider execution-orchestration answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationSources
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 provider execution-orchestration answer was derived primarily from the latest command-execution outcome.
public const string CommandExecution = "command-execution"Field Value
Section titled “Field Value”CommandJournal
Section titled “ CommandJournal”The provider execution-orchestration answer was derived primarily from command-journal truth.
public const string CommandJournal = "command-journal"Field Value
Section titled “Field Value”DurableSharedSchedulerOrchestration
Section titled “ DurableSharedSchedulerOrchestration”The provider execution-orchestration answer was derived primarily from durable shared scheduler-orchestration truth.
public const string DurableSharedSchedulerOrchestration = "durable-shared-scheduler-orchestration"Field Value
Section titled “Field Value”ExecutionAdapter
Section titled “ ExecutionAdapter”The provider execution-orchestration answer was derived primarily from execution-adapter truth.
public const string ExecutionAdapter = "execution-adapter"Field Value
Section titled “Field Value”ProviderOwnedWritePathExecution
Section titled “ ProviderOwnedWritePathExecution”The provider execution-orchestration answer was derived primarily from provider-owned write-path execution truth.
public const string ProviderOwnedWritePathExecution = "provider-owned-write-path-execution"Field Value
Section titled “Field Value”SchedulerRecoveryExecutionHardening
Section titled “ SchedulerRecoveryExecutionHardening”The provider execution-orchestration answer was derived primarily from scheduler recovery and execution-hardening truth.
public const string SchedulerRecoveryExecutionHardening = "scheduler-recovery-execution-hardening"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The provider execution-orchestration answer does not currently resolve to one specific source.
public const string Unknown = "unknown"