CommitFailureHandler.Disposed Method
Namespace:
System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Disposed(DbConnection, DbConnectionInterceptionContext) | Can be implemented in a derived class.(Inherited from TransactionHandler.) |
![]() | Disposed(DbTransaction, DbTransactionInterceptionContext) | Stops tracking the transaction that was disposed.(Overrides TransactionHandler.Disposed(DbTransaction, DbTransactionInterceptionContext).) |
CommitFailureHandler.Disposed Method (DbTransaction, DbTransactionInterceptionContext)
Stops tracking the transaction that was disposed.
public override void Disposed( DbTransaction transaction, DbTransactionInterceptionContext interceptionContext )
Parameters
- transaction
-
Type:
System.Data.Common.DbTransaction
The transaction that was disposed.
- interceptionContext
-
Type:
System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext
The contextual information associated with the call.