ISingletonInterceptor インターフェイス

定義

サービスとして Singleton 登録されているすべての Entity Framework インターセプターの基本インターフェイス。 これは、1 つのインスタンスが多くの DbContext インスタンスで使用されていることを意味します。 実装はスレッド セーフである必要があります。

public interface ISingletonInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
type ISingletonInterceptor = interface
    interface IInterceptor
Public Interface ISingletonInterceptor
Implements IInterceptor
派生
実装

適用対象