Click or drag to resize
ClusterFactoryCreateCluster Method
Creates a cluster.

Namespace: MongoDB.Driver.Core.Clusters
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public ICluster CreateCluster()

Return Value

Type: ICluster
A cluster.

Implements

IClusterFactoryCreateCluster
See Also