Edit

Share via


IProviderRuntime.GetInvokeInterceptor Method

Definition

Caution

Retrieve InvokeInterceptor instances from the ServiceProvider property.

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

[System.Obsolete("Retrieve InvokeInterceptor instances from the ServiceProvider property.")]
public Orleans.Providers.InvokeInterceptor GetInvokeInterceptor ();
[<System.Obsolete("Retrieve InvokeInterceptor instances from the ServiceProvider property.")>]
abstract member GetInvokeInterceptor : unit -> Orleans.Providers.InvokeInterceptor
Public Function GetInvokeInterceptor () As InvokeInterceptor

Returns

Attributes

Applies to