Sdílet prostřednictvím


IInterceptorAggregator.AggregateInterceptors Metoda

Definice

Vyřeší jeden IInterceptor ze všech zaregistrovaných u DbContext nebo u interního poskytovatele služeb.

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

Parametry

interceptors
IReadOnlyList<IInterceptor>

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

Návraty

Kombinovaný zachytávací chytovač.

Platí pro