다음을 통해 공유


DatabaseLogger.IDbConfigurationInterceptor.Loaded 메서드

정의

이 로거가 등록될 때 Entity Framework 초기화 중에 로깅을 시작하기 위해 호출됩니다. (으)로 IDbInterceptor 지정.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
void IDbConfigurationInterceptor.Loaded (System.Data.Entity.Infrastructure.DependencyResolution.DbConfigurationLoadedEventArgs loadedEventArgs, System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext interceptionContext);
Sub Loaded (loadedEventArgs As DbConfigurationLoadedEventArgs, interceptionContext As DbConfigurationInterceptionContext) Implements IDbConfigurationInterceptor.Loaded

매개 변수

loadedEventArgs
DbConfigurationLoadedEventArgs

이 인터셉터를 미러링하는 이벤트에 대한 인수입니다.

interceptionContext
DbConfigurationInterceptionContext

이벤트에 대한 컨텍스트 정보입니다.

구현

특성

적용 대상