CommitFailureHandler.Disposed Method

 

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.