Delen via


ClusterState.Destinations Property

Definition

All the destinations associated with this cluster. This collection is populated by the configuration system and should only be directly modified in a test environment. Call IClusterDestinationsUpdater after modifying this collection.

public System.Collections.Concurrent.ConcurrentDictionary<string,Yarp.ReverseProxy.Model.DestinationState> Destinations { get; }
member this.Destinations : System.Collections.Concurrent.ConcurrentDictionary<string, Yarp.ReverseProxy.Model.DestinationState>
Public ReadOnly Property Destinations As ConcurrentDictionary(Of String, DestinationState)

Property Value

Applies to