Click or drag to resize
WriteConcern.WCount Constructor

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public WCount(
	int w
)

Parameters

w
Type: System.Int32
The w value.
See Also