다음을 통해 공유


InterceptorAggregator<TInterceptor>.CreateChain 메서드

정의

지정된 목록에서 단일 인터셉터를 만들려면 상속 형식으로 구현해야 합니다.

protected abstract TInterceptor CreateChain (System.Collections.Generic.IEnumerable<TInterceptor> interceptors);
abstract member CreateChain : seq<'Interceptor (requires 'Interceptor : null and 'Interceptor :> Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor)> -> 'Interceptor
Protected MustOverride Function CreateChain (interceptors As IEnumerable(Of TInterceptor)) As TInterceptor

매개 변수

interceptors
IEnumerable<TInterceptor>

결합할 인터셉터입니다.

반환

TInterceptor

결합된 인터셉터입니다.

적용 대상