InterceptorAggregator<TInterceptor>.CreateChain Metoda

Definicja

Musi zostać zaimplementowany przez typ dziedziczony w celu utworzenia pojedynczego przechwytnika z danej listy.

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>

Przechwytniki do łączenia.

Zwraca

TInterceptor

Połączony przechwytujący.

Dotyczy