다음을 통해 공유


IInterceptorAggregator.AggregateInterceptors 메서드

정의

내부 서비스 공급자에 또는 에 DbContext 등록된 모든 에서 단일 IInterceptor 을 확인합니다.

public Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor AggregateInterceptors (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> interceptors);
public Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor? AggregateInterceptors (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> interceptors);
abstract member AggregateInterceptors : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> -> Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
Public Function AggregateInterceptors (interceptors As IReadOnlyList(Of IInterceptor)) As IInterceptor

매개 변수

interceptors
IReadOnlyList<IInterceptor>

결합할 인터셉터입니다.

반환

결합된 인터셉터입니다.

적용 대상