HealthCheckOperationResult
Custom Data items to add or update in metadata.
A possible exception.
Indicates if the result of the check is indeed healthy or not.
Message of the result.
public HealthCheckOperationResult()
Initializes a new instance of the HealthCheckOperationResult class.
public HealthCheckOperationResult(bool isHealthy, string message = null, Exception exception = null, Dictionary<string, object> customData = null)
Initializes a new instance of the HealthCheckOperationResult class.
Initializes a new instance of the HealthCheckOperationResult class.
Initializes a new instance of the HealthCheckOperationResult class.