Partager via


InterceptorAggregator<TInterceptor>.CreateChain Méthode

Définition

Doit être implémenté par le type hérité pour créer un intercepteur unique à partir de la liste donnée.

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

Paramètres

interceptors
IEnumerable<TInterceptor>

Intercepteurs à combiner.

Retours

TInterceptor

Intercepteur combiné.

S’applique à