HealthIndicator Constructor (HttpConfiguration)

 

Initializes a new instance of the HealthIndicator with a given config.

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

public HealthIndicator(
	HttpConfiguration config
)

Parameters

config
Type: System.Web.Http.HttpConfiguration

The HttpConfiguration for this instance.

Return to top
Show: