IHealthCheckParticipant.CheckHealth(DateTime) Method
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.
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.