Compartir a través de


InterceptorAggregator<TInterceptor>.CreateChain Método

Definición

El tipo heredado debe implementarse para crear un único interceptor de la lista especificada.

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

Parámetros

interceptors
IEnumerable<TInterceptor>

Interceptores que se van a combinar.

Devoluciones

TInterceptor

Interceptor combinado.

Se aplica a