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

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 CdcCaptureReporterCoordinationIssueReasons

objectCdcCaptureReporterCoordinationIssueReasons

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 runtime is still awaiting takeover by a replacement reporter.

public const string AwaitingTakeover = "awaiting-takeover"

string

Multiple reporters currently appear to hold active leases for the same execution runtime.

public const string MultipleActiveReporters = "multiple-active-reporters"

string

Reporter coordination is not currently degraded.

public const string None = "none"

string

At least one conflicting reporter remains visible while another reporter still holds the active lease.

public const string RejectedReporterConflict = "rejected-reporter-conflict"

string