HealthReportSendOptions Class

Definition

Represents the send options that are applied when sending a HealthReport.

public sealed class HealthReportSendOptions
type HealthReportSendOptions = class
Public NotInheritable Class HealthReportSendOptions
Inheritance
HealthReportSendOptions

Remarks

The report can be sent to the health store using ReportHealth(HealthReport).

Constructors

HealthReportSendOptions()

Initializes a new instance of the HealthReportSendOptions class.

Properties

Immediate

Gets or sets the flag which indicates whether the report should be sent immediately. Defaults to false, in which case the report is sent per the fabric client health report related settings.

Applies to