Class CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector write-path readiness state identifiers used by CDC execution runtimes.
public static class CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStates
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”Blocked
Section titled “ Blocked”The managed connector is currently blocked by runtime remediation before write-path readiness can be considered.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”Deferred
Section titled “ Deferred”The managed connector currently stays in observe-only mode, so write-path readiness is deferred.
public const string Deferred = "deferred"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The execution runtime does not currently represent a managed connector.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”NotReady
Section titled “ NotReady”The managed connector is not yet ready for future write-path follow-through.
public const string NotReady = "not-ready"Field Value
Section titled “Field Value”The managed connector currently has enough runtime truth to support future write-path follow-through.
public const string Ready = "ready"