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

组合的侦听器。

适用于