IHealthCheckParticipant Interface

Definition

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)

Returns a value indicating the health of this instance.

CheckHealth(DateTime, String)

Returns a value indicating the health of this instance.

(Inherited from IHealthCheckable)

Applies to