Class CdcCaptureExecutionRuntimeReportingCoverageStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable reporting-coverage state identifiers used by CDC execution-runtime summaries.
public static class CdcCaptureExecutionRuntimeReportingCoverageStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeReportingCoverageStates
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”FullyReported
Section titled “ FullyReported”Every declared CDC capture owned by the execution runtime has reported runtime state.
public const string FullyReported = "fully-reported"Field Value
Section titled “Field Value”NotBound
Section titled “ NotBound”The execution runtime does not currently own any declared CDC captures.
public const string NotBound = "not-bound"Field Value
Section titled “Field Value”PartiallyReported
Section titled “ PartiallyReported”The execution runtime owns declared CDC captures and only part of that declared set has reported runtime state.
public const string PartiallyReported = "partially-reported"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The execution runtime cannot currently determine reporting coverage.
public const string Unknown = "unknown"Field Value
Section titled “Field Value”Unreported
Section titled “ Unreported”The execution runtime owns declared CDC captures, but none of them have reported runtime state yet.
public const string Unreported = "unreported"