ข้ามไปยังเนื้อหา

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 CdcCaptureReporterTakeoverStates

objectCdcCaptureReporterTakeoverStates

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The latest known reporter lease expired and the execution runtime is awaiting takeover by a replacement reporter.

public const string AwaitingTakeover = "awaiting-takeover"

string

A replacement reporter already took over after the previous lease expired.

public const string Completed = "completed"

string

Reporter takeover does not currently apply to the coordination answer.

public const string NotApplicable = "not-applicable"

string

Reporter takeover is not currently required because the execution runtime still has a single active reporter owner.

public const string NotRequired = "not-required"

string