StatusReport Class

Definition

Provides status information generated by a IStatusReporter which is used to indicate the status of a service using the DiagnosticsController.

public class StatusReport
type StatusReport = class
Public Class StatusReport
Inheritance
StatusReport

Constructors

StatusReport(String)

Initializes a new instance of the StatusReport class with a given description.

Properties

Description

Provides a description of what this StatusReport is about.

Status

Collection of data points describing the status of the service as provided by a particular IStatusReporter.

Applies to