Share via


IProviderRuntime.SetInvokeInterceptor(InvokeInterceptor) Método

Definición

Precaución

Register InvokeInterceptor instances with the service provider during configuration.

Establece el interceptor de invocación que se invocará en cada solicitud.

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

Parámetros

interceptor
InvokeInterceptor
Atributos

Se aplica a