Initializes a new instance of the
ElectionId class.
Namespace: MongoDB.Driver.Core.ClustersAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax public ElectionId(
ObjectId id
)
Public Sub New (
id As ObjectId
)
new :
id : ObjectId -> ElectionId
Parameters
- id
- Type: MongoDB.BsonObjectId
The identifier.
See Also