Поделиться через


InterceptorAggregator<TInterceptor>.AggregateInterceptors Метод

Определение

Разрешает один параметр IInterceptor /> из всех зарегистрированных в DbContext или во внутреннем поставщике услуг.

public virtual Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor AggregateInterceptors (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> interceptors);
public virtual 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
override this.AggregateInterceptors : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> -> Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
Public Overridable Function AggregateInterceptors (interceptors As IReadOnlyList(Of IInterceptor)) As IInterceptor

Параметры

interceptors
IReadOnlyList<IInterceptor>

Перехватчики для объединения.

Возвращаемое значение

Комбинированный перехватчик.

Реализации

Применяется к