Compartilhar via


ISingletonInterceptor Interface

Definição

A interface base para todos os interceptadores do Entity Framework registrados como Singleton serviços. Isso significa que uma única instância é usada por muitas DbContext instâncias. A implementação deve ser thread-safe.

public interface ISingletonInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
type ISingletonInterceptor = interface
    interface IInterceptor
Public Interface ISingletonInterceptor
Implements IInterceptor
Derivado
Implementações

Aplica-se a