HealthReport Constructor (HealthMeter, String^)

 

Initializes a new instance of the HealthReport indicating the state of health of the service.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
HealthReport(
	HealthMeter health,
	String^ description
)

Parameters

health
Type: Microsoft.WindowsAzure.Mobile.Service.Diagnostics::HealthMeter

A HealthMeter value indicating the health of the service.

description
Type: System::String^

A description of the health of the service.

Return to top
Show: