IClusterDestinationsUpdater Interface
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 destination collections.
public interface IClusterDestinationsUpdater
type IClusterDestinationsUpdater = interface
Public Interface IClusterDestinationsUpdater
Methods
UpdateAllDestinations(ClusterState) |
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. |
UpdateAvailableDestinations(ClusterState) |
Updates the cluster's collection of destination available for proxying requests to. Call this if health state has changed for any destinations. |