TransactionHandler.Disposed Method

 

Can be implemented in a derived class.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodDisposed(DbConnection, DbConnectionInterceptionContext)

Can be implemented in a derived class.

System_CAPS_pubmethodDisposed(DbTransaction, DbTransactionInterceptionContext)

Can be implemented in a derived class.


TransactionHandler.Disposed Method (DbConnection, DbConnectionInterceptionContext)

Can be implemented in a derived class.

public virtual void Disposed(
	DbConnection connection,
	DbConnectionInterceptionContext interceptionContext
)

Parameters

connection
Type: System.Data.Common.DbConnection

The connection that was disposed.

interceptionContext
Type: System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext

The contextual information associated with the call.


TransactionHandler.Disposed Method (DbTransaction, DbTransactionInterceptionContext)

Can be implemented in a derived class.

public virtual 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.