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 CdcCaptureReporterParticipantRolesInheritance
Section titled “Inheritance”object ← CdcCaptureReporterParticipantRoles
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”Active
Section titled “ Active”The reporter currently holds one active lease for the execution runtime.
public const string Active = "active"Field Value
Section titled “Field Value”Rejected
Section titled “ Rejected”The reporter most recently attempted to report while another reporter still owned the active lease.
public const string Rejected = "rejected"Field Value
Section titled “Field Value”Standby
Section titled “ Standby”The reporter is still visible through accepted runtime observations, but does not currently hold the active lease.
public const string Standby = "standby"