CommitTransactionOperation Constructor (BsonDocument, WriteConcern) |
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public CommitTransactionOperation(
BsonDocument recoveryToken,
WriteConcern writeConcern
)
Public Sub New (
recoveryToken As BsonDocument,
writeConcern As WriteConcern
)
new :
recoveryToken : BsonDocument *
writeConcern : WriteConcern -> CommitTransactionOperation
Parameters
- recoveryToken
- Type: MongoDB.BsonBsonDocument
The recovery token. - writeConcern
- Type: MongoDB.DriverWriteConcern
The write concern.
See Also