HealthCheckResult Class

Represents the results of a health check that was performed on a security component.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
Public Class HealthCheckResult
public class HealthCheckResult
public ref class HealthCheckResult
public class HealthCheckResult
public class HealthCheckResult

Remarks

The HealthCheckResult object is initialized and returned from the Execute method of a HealthCheck object.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure.HealthCheckResult

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

HealthCheckResult Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace