Class LoggedTransaction
public sealed class LoggedTransaction : LoggedDatabase, ITransaction, IDatabase, IDisposable
- Inheritance
-
LoggedTransaction
- Implements
- Inherited Members
- Extension Methods
Constructors
LoggedTransaction(ITransaction, ILogger, TimeSpan?)
public LoggedTransaction(ITransaction inner, ILogger logger, TimeSpan? slowQueryThreshold)
Parameters
innerITransactionloggerILoggerslowQueryThresholdTimeSpan?
Methods
Commit()
Commit the built-up transaction
public void Commit()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()