IHealthCheckParticipant 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 health check participants
public interface IHealthCheckParticipant
public interface IHealthCheckParticipant : Orleans.Runtime.IHealthCheckable
type IHealthCheckParticipant = interface
type IHealthCheckParticipant = interface
interface IHealthCheckable
Public Interface IHealthCheckParticipant
Public Interface IHealthCheckParticipant
Implements IHealthCheckable
- Derived
- Implements
Methods
CheckHealth(DateTime, String) |
Returns a value indicating the health of this instance. (Inherited from IHealthCheckable) |
CheckHealth(DateTime) |
Returns a value indicating the health of this instance. |