BinaryHealthCheck Class

Represents a health check for a security component that is performed by a user-defined object.

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

Usage

Syntax

'Declaration
Public Class BinaryHealthCheck
    Inherits HealthCheck
public class BinaryHealthCheck : HealthCheck
public ref class BinaryHealthCheck : public HealthCheck
public class BinaryHealthCheck extends HealthCheck
public class BinaryHealthCheck extends HealthCheck

Remarks

This class supports the infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

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

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

BinaryHealthCheck Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace