Freigeben über


InterceptorAggregator<TInterceptor>.AggregateInterceptors Methode

Definition

Löst eine einzelne IInterceptor /> von allen bei oder DbContext im internen Dienstanbieter registrierten Dienstanbietern auf.

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

Parameter

interceptors
IReadOnlyList<IInterceptor>

Die zu kombinierenden Interceptors.

Gibt zurück

Der kombinierte Interceptor.

Implementiert

Gilt für: