View Source
Class HealthCheck
Provides a base class for health checks, filling in the healthcheck metadata on construction
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class HealthCheck : object, IDiscoverable
Constructors
View Source
HealthCheck()
Declaration
Properties
View Source
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Group
Declaration
public string Group { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
Property Value
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
ExecuteAction(HealthCheckAction)
Executes the action and returns it's status
Declaration
public abstract HealthCheckStatus ExecuteAction(HealthCheckAction action)
Parameters
Returns
View Source
GetStatus()
Get the status for this health check
Declaration
public abstract Task<IEnumerable<HealthCheckStatus>> GetStatus()
Returns