Condividi tramite


InterceptorAggregator<TInterceptor>.CreateChain Metodo

Definizione

Deve essere implementato dal tipo che eredita per creare un singolo intercettore dall'elenco specificato.

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

Parametri

interceptors
IEnumerable<TInterceptor>

Intercettori da combinare.

Restituisce

TInterceptor

Intercettore combinato.

Si applica a