Compartir a través de


IDbConnectionInterceptor.Disposed Método

Definición

Se llama después Dispose() de invocarse.

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

Parámetros

connection
DbConnection

Conexión que se ha eliminado.

interceptionContext
DbConnectionInterceptionContext

Información contextual asociada a la llamada.

Se aplica a