다음을 통해 공유


ISingletonInterceptor 인터페이스

정의

서비스로 Singleton 등록된 모든 Entity Framework 인터셉터의 기본 인터페이스입니다. 즉, 여러 인스턴스에서 단일 instance 사용됩니다DbContext. 구현은 스레드로부터 안전해야 합니다.

public interface ISingletonInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
type ISingletonInterceptor = interface
    interface IInterceptor
Public Interface ISingletonInterceptor
Implements IInterceptor
파생
구현

적용 대상