API Reference
Class
CheckDescriptions
Provides descriptions for each HealthCheckType.
Inheritance
- Object
- CheckDescriptions
Methods
public static CheckDescription Get(HealthCheckType type) #Returns:
CheckDescriptionGets the description for the specified check type.
Parameters
- type DomainDetective.HealthCheckType
- Health check type.
Returns
The description if available; otherwise null.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object