Condividi tramite


ISingletonInterceptor Interfaccia

Definizione

Interfaccia di base per tutti gli intercettori di Entity Framework registrati come Singleton servizi. Ciò significa che una singola istanza viene usata da molte DbContext istanze. L'implementazione deve essere thread-safe.

public interface ISingletonInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
type ISingletonInterceptor = interface
    interface IInterceptor
Public Interface ISingletonInterceptor
Implements IInterceptor
Derivato
Implementazioni

Si applica a