ISingletonInterceptor Interface

Definition

The base interface for all Entity Framework interceptors that are registered as Singleton services. This means a single instance is used by many DbContext instances. The implementation must be thread-safe.

C#
public interface ISingletonInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
Derived
Implements

Applies to

Produkt Versioner
Entity Framework Core 7.0, 8.0, 9.0