Class HealthProviderBase
- Namespace
- Dynamicweb.Diagnostics.Health
- Assembly
- Dynamicweb.Core.dll
The base class for HealthProviders
- Inheritance
-
Health
Provider Base
- Derived
- Inherited Members
Methods
GetCheckList()
Gets list of the supported checks
Returns
- IEnumerable<Check>
A list of the supported checks
RunCheck(int)
Running a specified check
Parameters
checkId
int
Returns
- Check
The check performed and the corresponding results