ClusterFactoryCreateCluster Method |
Creates a cluster.
Namespace: MongoDB.Driver.Core.ClustersAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax public ICluster CreateCluster()
Public Function CreateCluster As ICluster
abstract CreateCluster : unit -> ICluster
override CreateCluster : unit -> ICluster
Return Value
Type:
IClusterA cluster.
Implements
IClusterFactoryCreateClusterSee Also