ClusterBuilderBuildCluster Method |
Builds the cluster.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public ICluster BuildCluster()
Public Function BuildCluster As ICluster
member BuildCluster : unit -> ICluster
Return Value
Type:
IClusterA cluster.
See Also