Edit

Share via


IHealthCheckParticipant.CheckHealth(DateTime) Method

Definition

Returns a value indicating the health of this instance.

public bool CheckHealth (DateTime lastCheckTime);
abstract member CheckHealth : DateTime -> bool
Public Function CheckHealth (lastCheckTime As DateTime) As Boolean

Parameters

lastCheckTime
DateTime

The last time which this participant's health was checked.

Returns

true if the participant is healthy, false otherwise.

Applies to