IProxyStateLookup.TryGetCluster(String, 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.
Retrieves a specific cluster by id, if present.
public bool TryGetCluster(string id, out Yarp.ReverseProxy.Model.ClusterState? cluster);
abstract member TryGetCluster : string * ClusterState -> bool
Public Function TryGetCluster (id As String, ByRef cluster As ClusterState) As Boolean
Parameters
- id
- String
- cluster
- ClusterState