HealthStatus Enumeration

 

Describes the types of health status of the engine.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly:  NetworkHealthEngine (in NetworkHealthEngine.dll)

Syntax

[SerializableAttribute]
public enum HealthStatus
[SerializableAttribute]
public enum class HealthStatus
<SerializableAttribute>
Public Enumeration HealthStatus

Members

Member name Description
Critical

Critical.

Information

Information.

OK

OK.

Report

Report.

Warning

Warning.

See Also

Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace

Return to top