Partager via


ISingletonInterceptor Interface

Définition

Interface de base pour tous les intercepteurs Entity Framework inscrits en tant que Singleton services. Cela signifie qu’une seule instance est utilisée par de nombreuses DbContext instances. L’implémentation doit être thread-safe.

public interface ISingletonInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
type ISingletonInterceptor = interface
    interface IInterceptor
Public Interface ISingletonInterceptor
Implements IInterceptor
Dérivé
Implémente

S’applique à