Condividi tramite


IProviderRuntime.SetInvokeInterceptor(InvokeInterceptor) Metodo

Definizione

Attenzione

Register InvokeInterceptor instances with the service provider during configuration.

Imposta l'intercettatore di chiamata che verrà richiamato in ogni richiesta.

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

Parametri

interceptor
InvokeInterceptor
Attributi

Si applica a