Udostępnij przez


IInterceptorAggregator.AggregateInterceptors Metoda

Definicja

Rozwiązuje jeden element IInterceptor ze wszystkich zarejestrowanych na serwerze DbContext lub w wewnętrznym dostawcy usług.

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>

Przechwytniki do łączenia.

Zwraca

Połączony przechwytujący.

Dotyczy