Compartir a través de


IDbConnectionInterceptor.Closed Método

Definición

Se llama después Close() de invocarse.

public void Closed (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext interceptionContext);
abstract member Closed : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
Public Sub Closed (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext)

Parámetros

connection
DbConnection

La conexión que se cerró.

interceptionContext
DbConnectionInterceptionContext

Información contextual asociada a la llamada.

Se aplica a