IActiveHealthCheckMonitor.CheckHealthAsync 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.
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.