Class CdcCaptureReporterCoordinationIssueReasons
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable degraded-reason identifiers used by CDC reporter-coordination answers.
public static class CdcCaptureReporterCoordinationIssueReasonsInheritance
Section titled “Inheritance”object ← CdcCaptureReporterCoordinationIssueReasons
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”AwaitingTakeover
Section titled “ AwaitingTakeover”The latest known reporter lease expired and the runtime is still awaiting takeover by a replacement reporter.
public const string AwaitingTakeover = "awaiting-takeover"Field Value
Section titled “Field Value”MultipleActiveReporters
Section titled “ MultipleActiveReporters”Multiple reporters currently appear to hold active leases for the same execution runtime.
public const string MultipleActiveReporters = "multiple-active-reporters"Field Value
Section titled “Field Value”Reporter coordination is not currently degraded.
public const string None = "none"Field Value
Section titled “Field Value”RejectedReporterConflict
Section titled “ RejectedReporterConflict”At least one conflicting reporter remains visible while another reporter still holds the active lease.
public const string RejectedReporterConflict = "rejected-reporter-conflict"