Bagikan melalui


IInterceptorAggregator.AggregateInterceptors Metode

Definisi

Menyelesaikan satu IInterceptor dari semua yang terdaftar di DbContext atau di penyedia layanan internal.

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>

Pencegat untuk digabungkan.

Mengembalikan

Pencegat gabungan.

Berlaku untuk