Dela via


IActiveHealthCheckMonitor.CheckHealthAsync Method

Definition

Checks health of all clusters' destinations.

public System.Threading.Tasks.Task CheckHealthAsync (System.Collections.Generic.IEnumerable<Yarp.ReverseProxy.Model.ClusterState> clusters);
abstract member CheckHealthAsync : seq<Yarp.ReverseProxy.Model.ClusterState> -> System.Threading.Tasks.Task
Public Function CheckHealthAsync (clusters As IEnumerable(Of ClusterState)) As Task

Parameters

clusters
IEnumerable<ClusterState>

Clusters to check the health of their destinations.

Returns

Task representing the health check process.

Applies to