WriteConcern
WCount Constructor
Initializes a new instance of the
WriteConcern
WCount
class.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
C#
VB
F#
Copy
public
WCount
(
int
w
)
Public
Sub
New
(
w
As
Integer
)
new
:
w
:
int
->
WCount
Parameters
w
Type:
System
Int32
The w value.
See Also
Reference
WriteConcern
WCount Class
MongoDB.Driver Namespace