InterceptorAggregator<TInterceptor>.CreateChain(IEnumerable<TInterceptor>) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Verilen listeden tek bir şifre oluşturmak için devralan tür tarafından uygulanmalıdır.
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
Parametreler
- interceptors
- IEnumerable<TInterceptor>
Birleştirilecek yakalayıcılar.
Döndürülenler
- TInterceptor
Birleşik yakalayıcısı.