다음을 통해 공유


IDbConnectionInterceptor.Closed 메서드

정의

가 호출된 후 Close() 호출됩니다.

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)

매개 변수

connection
DbConnection

닫힌 연결입니다.

interceptionContext
DbConnectionInterceptionContext

호출과 관련된 컨텍스트 정보입니다.

적용 대상