IInterceptors.Aggregate<TInterceptor> 方法

定义

从在 或 内部服务提供程序中DbContext注册的所有实例中解析单个 TInterceptor

public TInterceptor Aggregate<TInterceptor> () where TInterceptor : class, Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor;
public TInterceptor? Aggregate<TInterceptor> () where TInterceptor : class, Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor;
abstract member Aggregate : unit -> 'Interceptor (requires 'Interceptor : null and 'Interceptor :> Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor)
Public Function Aggregate(Of TInterceptor As {Class, IInterceptor}) () As TInterceptor

类型参数

TInterceptor

要解析的侦听器类型。

返回

TInterceptor

解析的侦听器,如果未注册任何侦听器,则可能 null 为 。

适用于