Class CdcCaptureReporterTakeoverStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable takeover-state identifiers used by CDC reporter-coordination answers.
public static class CdcCaptureReporterTakeoverStatesInheritance
Section titled “Inheritance”object ← CdcCaptureReporterTakeoverStates
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 execution runtime is awaiting takeover by a replacement reporter.
public const string AwaitingTakeover = "awaiting-takeover"Field Value
Section titled “Field Value”Completed
Section titled “ Completed”A replacement reporter already took over after the previous lease expired.
public const string Completed = "completed"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Reporter takeover does not currently apply to the coordination answer.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”NotRequired
Section titled “ NotRequired”Reporter takeover is not currently required because the execution runtime still has a single active reporter owner.
public const string NotRequired = "not-required"