Class CdcCaptureExecutionRuntimeManagedConnectorActionPlanStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable action-plan state identifiers used by managed-connector execution-runtime answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorActionPlanStates
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”ActionRequired
Section titled “ ActionRequired”The managed connector currently requires operator action.
public const string ActionRequired = "action-required"Field Value
Section titled “Field Value”Blocked
Section titled “ Blocked”The managed connector is currently blocked by higher-priority remediation work.
public const string Blocked = "blocked"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”Observe
Section titled “ Observe”The managed connector can stay in steady-state observe mode.
public const string Observe = "observe"Field Value
Section titled “Field Value”Waiting
Section titled “ Waiting”The managed connector is currently waiting for more runtime truth before deeper follow-through.
public const string Waiting = "waiting"