IHealthCheckable Interface

Definition

Interface for services which can be probed for health status.

public interface IHealthCheckable
type IHealthCheckable = interface
Public Interface IHealthCheckable
Derived

Methods

CheckHealth(DateTime)

Returns a value indicating the health of this instance.

CheckHealth(DateTime, String)

Returns a value indicating the health of this instance.

Applies to