Skip to content

HealthCheck

Namespace: MQTT_Receiver_Worker

Provides extension methods for configuring application health checks.

public static class HealthCheck

Inheritance ObjectHealthCheck

Methods

ConfigureHealthChecks(WebApplicationBuilder)

Registers and configures health checks for the application.

public static void ConfigureHealthChecks(WebApplicationBuilder builder)

Parameters

builder WebApplicationBuilder

The WebApplicationBuilder used to configure services and middleware for the application.