Share via


DiagnosticReport Class

Definition

A class that contain all the information associated with a group of diagnostics.

public ref class DiagnosticReport
[System.Runtime.Serialization.DataContract]
public class DiagnosticReport
[<System.Runtime.Serialization.DataContract>]
type DiagnosticReport = class
Public Class DiagnosticReport
Inheritance
DiagnosticReport
Attributes

Constructors

DiagnosticReport(Int32, String, Int32, IReadOnlyList<DiagnosticCollection>)

Initializes a new instance of the DiagnosticReport class.

Properties

DiagnosticCollections

Gets all the diagnostics associated with the ManagerId, GeneratorId pair.

GeneratorId

Gets the ID of the generator within the manager that created the diagnostics.

ManagerId

Gets the ID of the manager that created the diagnostics.

ServerState

Gets the server state after updating the diagnostics (this is a counter that is incremented every time there is a change on the server).

Applies to