次の方法で共有


InterceptorAggregator<TInterceptor>.CreateChain メソッド

定義

指定されたリストから 1 つのインターセプターを作成するには、継承型によって実装される必要があります。

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

結合インターセプター。

適用対象