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