DatabaseLogger.IDbConfigurationInterceptor.Loaded Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wird aufgerufen, um die Protokollierung während der Entity Framework-Initialisierung zu starten, wenn diese Protokollierung registriert ist. als 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
Parameter
- loadedEventArgs
- DbConfigurationLoadedEventArgs
Argumente für das Ereignis, das dieser Interceptor spiegelt.
- interceptionContext
- DbConfigurationInterceptionContext
Kontextinformationen zum Ereignis.
Implementiert
- Attribute