Dela via


IClusterDestinationsUpdater.UpdateAvailableDestinations(ClusterState) Method

Definition

Updates the cluster's collection of destination available for proxying requests to. Call this if health state has changed for any destinations.

public void UpdateAvailableDestinations (Yarp.ReverseProxy.Model.ClusterState cluster);
abstract member UpdateAvailableDestinations : Yarp.ReverseProxy.Model.ClusterState -> unit
Public Sub UpdateAvailableDestinations (cluster As ClusterState)

Parameters

cluster
ClusterState

The ClusterState owing the destinations.

Applies to