Dela via


IActiveHealthCheckPolicy.ProbingCompleted Method

Definition

Analyzes results of active health probes sent to destinations and calculates their new health states.

public void ProbingCompleted (Yarp.ReverseProxy.Model.ClusterState cluster, System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Health.DestinationProbingResult> probingResults);
abstract member ProbingCompleted : Yarp.ReverseProxy.Model.ClusterState * System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Health.DestinationProbingResult> -> unit
Public Sub ProbingCompleted (cluster As ClusterState, probingResults As IReadOnlyList(Of DestinationProbingResult))

Parameters

cluster
ClusterState

Cluster.

probingResults
IReadOnlyList<DestinationProbingResult>

Destination probing results.

Applies to