Method Disposed
Disposed(DbTransaction, DbTransactionInterceptionContext)
This method is called when the transaction is disposed.
Declaration
public void Disposed(DbTransaction transaction, DbTransactionInterceptionContext interceptionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Common.DbTransaction | transaction | The transaction that was disposed. |
| DbTransactionInterceptionContext | interceptionContext | Contextual information associated with the call. |