IAdoDbTransaction.RollbackAsync(CancellationToken cancellationToken) Method
.NET Standard 2.1 or higher
Asynchronously rolls back the database transaction.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
Task RollbackAsync(CancellationToken cancellationToken);
Parameters
cancellationToken
CancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Returns
Task
Returns a task that represents the asynchronous operation.
Applies to
.NET Standard
2.1 or higher