Class ClusterRegistry
Represents a registry of already created clusters.
public class ClusterRegistry
- Inheritance
-
ClusterRegistry
- Inherited Members
Properties
Instance
Gets the default cluster registry.
public static ClusterRegistry Instance { get; }
Property Value
- ClusterRegistry
The default cluster registry.
Methods
UnregisterAndDisposeCluster(ICluster)
Unregisters and disposes the cluster.
public void UnregisterAndDisposeCluster(ICluster cluster)
Parameters
cluster
IClusterThe cluster.