BaseCheck ClassNFX Class Library

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

Base class for all Health Checks. Particular health checks must inherit from this class to be invoked
Inheritance Hierarchy

OnlineSystem Object
  NFX.Health BaseCheck

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

[ConfigAttribute("/health-checks")]
public abstract class BaseCheck : IConfigurable
See Also