IInterceptorAggregator.AggregateInterceptors(IReadOnlyList<IInterceptor>) Yöntem

Tanım

IInterceptor / > İç hizmet sağlayıcısında veya üzerinde kayıtlı olan tüm uygulamalardan tek tek çözümleniyor DbContext .

public Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor AggregateInterceptors (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> interceptors);
public Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor? AggregateInterceptors (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> interceptors);
abstract member AggregateInterceptors : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> -> Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
Public Function AggregateInterceptors (interceptors As IReadOnlyList(Of IInterceptor)) As IInterceptor

Parametreler

interceptors
IReadOnlyList<IInterceptor>

Birleştirilecek yakalayıcılar.

Döndürülenler

IInterceptor

Birleşik yakalayıcısı.

Şunlara uygulanır