Click or drag to resize

ICoreSessionCommitTransaction Method

Commits the transaction.

Namespace:  MongoDB.Driver.Core.Bindings
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
void CommitTransaction(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.
See Also