IClusterDestinationsUpdater.UpdateAllDestinations(ClusterState) 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.
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.