TransactionHandler.Closed Method (DbConnection, DbConnectionInterceptionContext)
Can be implemented in a derived class.
Assembly: EntityFramework (in EntityFramework.dll)
public virtual void Closed( DbConnection connection, DbConnectionInterceptionContext interceptionContext )
Parameters
- connection
-
Type:
System.Data.Common.DbConnection
The connection that was closed.
- interceptionContext
-
Type:
System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext
The contextual information associated with the call.