Dela via


IClusterDestinationsUpdater.UpdateAllDestinations(ClusterState) Method

Definition

Updates the cluster's collection of all configured destinations. Call this after destinations have been added, removed, or their configuration changed. This does not need to be called for state updates like health, use UpdateAvailableDestinations for state updates.

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

Parameters

cluster
ClusterState

The ClusterState owing the destinations.

Applies to