Click or drag to resize

NoCoreSessionAbortTransaction Method

Aborts the transaction.

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

Parameters

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

Implements

ICoreSessionAbortTransaction(CancellationToken)
See Also