ClusterRegistryInstance Property |
Gets the default cluster registry.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax public static ClusterRegistry Instance { get; }
Public Shared ReadOnly Property Instance As ClusterRegistry
Get
static member Instance : ClusterRegistry with get
Property Value
Type:
ClusterRegistry
The default cluster registry.
See Also