Edit

Share via


IProviderRuntime.SetInvokeInterceptor(InvokeInterceptor) Method

Definition

Caution

Register InvokeInterceptor instances with the service provider during configuration.

Sets the invocation interceptor which will be invoked on each request.

[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)

Parameters

interceptor
InvokeInterceptor
Attributes

Applies to