CoreLoggerExtensions.ContextDisposed Methode

Definition

Protokolle für das ContextDisposed Ereignis.

public static void ContextDisposed (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> diagnostics, Microsoft.EntityFrameworkCore.DbContext context);
static member ContextDisposed : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> * Microsoft.EntityFrameworkCore.DbContext -> unit
<Extension()>
Public Sub ContextDisposed (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Infrastructure), context As DbContext)

Parameter

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Infrastructure>

Die zu verwendende Diagnose-Protokollierung.

context
DbContext

Der verwendete Kontext.

Gilt für: