Sdílet prostřednictvím


InterceptorAggregator<TInterceptor>.CreateChain Metoda

Definice

Pokud chcete vytvořit jeden zachytávací objekt z daného seznamu, musí být implementovaný zděděný typ.

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

Parametry

interceptors
IEnumerable<TInterceptor>

Zachytávače, které se mají kombinovat.

Návraty

TInterceptor

Kombinovaný zachytávací letoun.

Platí pro