共用方式為


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
屬性

適用於