[This is preliminary documentation and is subject to change.]
The CheckList type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | CheckList(IEnumerable Assembly , ConfigSectionNode) |
Initializaes check list from assemblies
|
![]() | CheckList(String, String, ConfigSectionNode) |
Initializaes check list from assembly names separated by semicolons.
Optional path will be prepended to every assembly name
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | 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 ![]() ![]() |
![]() | Report |
Dumps check results into writer in on of the supported formats
|
![]() | Run |
Runs health checks. Checks are ran in NO PARTICULAR order.
This method can not be called twice
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | AllSuccessful |
Returns true when all checks have successfuly run
|
![]() | Checks |
Returns health checks
|
![]() | RunFinish |
Returns when run finished
|
![]() | RunStart |
Returns when run started
|
![]() | Status |
Returns current status - whether checks are running or have already been run
|
![]() | Successful |
Returns true when all checks that could be run have successfuly run
|
See Also