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

Class CdcCaptureReporterParticipantRoles

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable participant-role identifiers used by CDC reporter-coordination stories.

public static class CdcCaptureReporterParticipantRoles

objectCdcCaptureReporterParticipantRoles

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

The reporter currently holds one active lease for the execution runtime.

public const string Active = "active"

string

The reporter most recently attempted to report while another reporter still owned the active lease.

public const string Rejected = "rejected"

string

The reporter is still visible through accepted runtime observations, but does not currently hold the active lease.

public const string Standby = "standby"

string