Compartilhar via


InterceptorAggregator<TInterceptor>.CreateChain Método

Definição

Deve ser implementado pelo tipo herdado para criar um único interceptador da lista fornecida.

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>

Os interceptadores a serem combinados.

Retornos

TInterceptor

O interceptador combinado.

Aplica-se a