[This is preliminary documentation and is subject to change.]
The BaseCheck type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| BaseCheck | Initializes a new instance of the BaseCheck class |
Methods
| Name | Description | |
|---|---|---|
| Configure | ||
| DoRun |
Override to provide particular health check implementation
| |
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Run |
Runs the check
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Result |
Results property bag may be used for reporting of additional
health-check parameters i.e. latency, content size etc...
|
Properties
| Name | Description | |
|---|---|---|
| CanRun |
Indicates whether this check will be executed
| |
| Description |
Provides additional textual description of the check
| |
| Name |
Provides textual name for this check. Base implementation returns full type name
|
See Also