Class CdcCaptureReporterCoordinationStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable reporter-coordination state identifiers used by CDC runtime-state and execution-runtime summaries.
public static class CdcCaptureReporterCoordinationStatesInheritance
Section titled “Inheritance”object ← CdcCaptureReporterCoordinationStates
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”Active
Section titled “ Active”Exactly one reporter currently holds the active lease for the execution runtime.
public const string Active = "active"Field Value
Section titled “Field Value”Conflicted
Section titled “ Conflicted”Reporter coordination is currently degraded because conflicting or ambiguous reporters are visible.
public const string Conflicted = "conflicted"Field Value
Section titled “Field Value”LeaseExpired
Section titled “ LeaseExpired”The latest known reporter lease expired before a replacement reporter took over, so the runtime is awaiting takeover.
public const string LeaseExpired = "lease-expired"Field Value
Section titled “Field Value”NotConfigured
Section titled “ NotConfigured”The execution runtime does not currently declare reporter-lease coordination semantics.
public const string NotConfigured = "not-configured"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The runtime cannot currently determine the reporter-coordination posture.
public const string Unknown = "unknown"Field Value
Section titled “Field Value”Unreported
Section titled “ Unreported”The execution runtime has not reported any capture observations yet.
public const string Unreported = "unreported"