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