HealthCheck Class

Represents the health of a security component listed on the Security tab of the Windows SBS Console.

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

Usage

Syntax

'Declaration
Public MustInherit Class HealthCheck
public abstract class HealthCheck
public ref class HealthCheck abstract
public abstract class HealthCheck
public abstract class HealthCheck

Remarks

HealthCheck is inherited by a user-defined class. The user-defined class must also override Execute.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure.HealthCheck
     Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure.BinaryHealthCheck
     Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure.PowerShellHealthCheck

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

HealthCheck Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace