CheckList ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a list of health checks to be performed. Health checks are classes derived from BaseCheck class and must implement DoRun() method that performs application-specific checking. CheckList obtains a list of Check instances from assemblies supplied to its constructor. Health checks are executed in no predictable order. If particular execution order is necessary then a check has to be written to explicitly coordinate sub-checks. The class is thread safe for all operations.
Inheritance Hierarchy

OnlineSystem Object
  NFX.Health CheckList

Namespace: NFX.Health
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class CheckList
See Also