Click or drag to resize
WriteConcernWCount Constructor

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

Parameters

w
Type: SystemInt32
The w value.
See Also