Click or drag to resize
WritableServerBinding Constructor
Initializes a new instance of the WritableServerBinding class.

Namespace: MongoDB.Driver.Core.Bindings
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public WritableServerBinding(
	ICluster cluster
)

Parameters

cluster
Type: MongoDB.Driver.Core.ClustersICluster
The cluster.
See Also