Condividi tramite


InterceptorAggregator<TInterceptor> Classe

Definizione

Classe base astratta per le implementazioni del IInterceptorAggregator servizio.

public abstract class InterceptorAggregator<TInterceptor> : Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator where TInterceptor : class, IInterceptor
type InterceptorAggregator<'Interceptor (requires 'Interceptor : null and 'Interceptor :> IInterceptor)> = class
    interface IInterceptorAggregator
Public MustInherit Class InterceptorAggregator(Of TInterceptor)
Implements IInterceptorAggregator

Parametri di tipo

TInterceptor

Tipo di intercettore.

Ereditarietà
InterceptorAggregator<TInterceptor>
Implementazioni

Commenti

La durata del servizio è Scoped e sono consentite più registrazioni. Ciò significa che ogni DbContext istanza userà il proprio set di istanze di questo servizio. Le implementazioni possono dipendere da altri servizi registrati per qualsiasi durata. Le implementazioni non devono essere thread-safe.

Per altre informazioni ed esempi, vedere intercettori EF Core .

Costruttori

InterceptorAggregator<TInterceptor>()

Classe base astratta per le implementazioni del IInterceptorAggregator servizio.

Proprietà

InterceptorType

Tipo di intercettore.

Metodi

AggregateInterceptors(IReadOnlyList<IInterceptor>)

Risolve un singolo IInterceptor oggetto o> da tutti quelli registrati DbContext nel provider di servizi interni o .

CreateChain(IEnumerable<TInterceptor>)

Deve essere implementato dal tipo che eredita per creare un singolo intercettore dall'elenco specificato.

Si applica a