IProviderRuntime.SetInvokeInterceptor(InvokeInterceptor) 方法

定义

注意

Register InvokeInterceptor instances with the service provider during configuration.

设置将在每个请求上调用的调用侦听器。

[System.Obsolete("Register InvokeInterceptor instances with the service provider during configuration.")]
public void SetInvokeInterceptor (Orleans.Providers.InvokeInterceptor interceptor);
[<System.Obsolete("Register InvokeInterceptor instances with the service provider during configuration.")>]
abstract member SetInvokeInterceptor : Orleans.Providers.InvokeInterceptor -> unit
Public Sub SetInvokeInterceptor (interceptor As InvokeInterceptor)

参数

interceptor
InvokeInterceptor
属性

适用于