Interface IActiveHealthCheckPolicy
Active health check evaluation policy.
Namespace: Yarp.ReverseProxy.Health
Assembly: Yarp.ReverseProxy.dll
Syntax
public interface IActiveHealthCheckPolicy
Properties
| Improve this Doc View SourceName
Policy's name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceProbingCompleted(ClusterState, IReadOnlyList<DestinationProbingResult>)
Analyzes results of active health probes sent to destinations and calculates their new health states.
Declaration
void ProbingCompleted(ClusterState cluster, IReadOnlyList<DestinationProbingResult> probingResults)
Parameters
Type | Name | Description |
---|---|---|
ClusterState | cluster | Cluster. |
IReadOnlyList<DestinationProbingResult> | probingResults | Destination probing results. |