IHealthCheckable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for services which can be probed for health status.
public interface IHealthCheckable
type IHealthCheckable = interface
Public Interface IHealthCheckable
- Derived
Methods
CheckHealth(DateTime, String) |
Returns a value indicating the health of this instance. |
CheckHealth(DateTime) |
Returns a value indicating the health of this instance. |