Partager via


IProviderRuntime.SetInvokeInterceptor(InvokeInterceptor) Méthode

Définition

Attention

Register InvokeInterceptor instances with the service provider during configuration.

Définit l’intercepteur d’appel qui sera appelé sur chaque requête.

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

Paramètres

interceptor
InvokeInterceptor
Attributs

S’applique à