Поделиться через


IDbConnectionInterceptor.Disposed Метод

Определение

Вызывается после Dispose() вызова .

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)

Параметры

connection
DbConnection

Подключение, которое было удалено.

interceptionContext
DbConnectionInterceptionContext

Контекстная информация, связанная с вызовом.

Применяется к