다음을 통해 공유


IProviderRuntime.SetInvokeInterceptor(InvokeInterceptor) 메서드

정의

주의

Register InvokeInterceptor instances with the service provider during configuration.

각 요청에 대해 호출될 호출 인터셉터를 설정합니다.

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

매개 변수

interceptor
InvokeInterceptor
특성

적용 대상