Class CdcCaptureExecutionRuntimeRemediationStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable remediation-state identifiers used by CDC execution-runtime summaries.
public static class CdcCaptureExecutionRuntimeRemediationStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeRemediationStates
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”Attention
Section titled “ Attention”The execution runtime currently requires operator attention, but it is not blocked by a failed capture.
public const string Attention = "attention"Field Value
Section titled “Field Value”Blocked
Section titled “ Blocked”The execution runtime currently requires remediation for one or more failed CDC captures.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”The execution runtime does not currently require operator remediation.
public const string Ready = "ready"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The execution runtime cannot currently determine whether remediation is required.
public const string Unknown = "unknown"