Table of Contents

Interface IPushHealthCheck

Namespace
Acuit.Pinpoint.HealthChecks
Assembly
Acuit.Pinpoint.HealthChecks.Abstractions.dll

A health check registration that gets its health status from an external source.

public interface IPushHealthCheck : IDisposable
Inherited Members
Extension Methods

Methods

SetHealthCheckResult(HealthCheckResult)

Sets the current health status, which will be reported by the health check.

void SetHealthCheckResult(HealthCheckResult value)

Parameters

value HealthCheckResult

The HealthCheckResult representing the current health status.