共用方式為


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

合併攔截器。

適用於