IClusterDestinationsUpdater.UpdateAvailableDestinations(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 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.