cancelTransaction method
bool
cancelTransaction(
- Transaction transaction,
- DBObjectDirectoryAdapterContext? connection,
- Object? error,
- StackTrace? stackTrace,
override
Implementation
@override
bool cancelTransaction(
Transaction transaction,
DBObjectDirectoryAdapterContext? connection,
Object? error,
StackTrace? stackTrace) {
_openTransactionsContexts.remove(connection);
return true;
}