WritableServerBinding Constructor |
Namespace: MongoDB.Driver.Core.BindingsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public WritableServerBinding(
ICluster cluster
)
Public Sub New (
cluster As ICluster
)
new :
cluster : ICluster -> WritableServerBinding
Parameters
- cluster
- Type: MongoDB.Driver.Core.ClustersICluster
The cluster.
See Also