Freigeben über


IInterceptorAggregator.AggregateInterceptors Methode

Definition

Löst eine einzelne IInterceptor aus allen bei oder DbContext im internen Dienstanbieter registrierten Personen auf.

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

Parameter

interceptors
IReadOnlyList<IInterceptor>

Die zu kombinierenden Interceptors.

Gibt zurück

Der kombinierte Interceptor.

Gilt für: