Table of Contents

Class ClusterRegistry

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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 ICluster

The cluster.