IHookableServiceJsonRpcDescriptor 인터페이스

정의

특정 메서드에 ServiceJsonRpcDescriptor 대한 후크를 지원하도록 설계된 instance 설명합니다.

public interface IHookableServiceJsonRpcDescriptor
type IHookableServiceJsonRpcDescriptor = interface
Public Interface IHookableServiceJsonRpcDescriptor
파생

설명

이 인터페이스를 사용하면 Visual Studio가 서비스 설명자 기능에 연결할 수 있으며 여기에 노출된 서비스에서 사용하는 서비스 설명자에 의해 구현됩니다.

속성

CreateJsonRpcHook

메서드에 대해 현재 등록된 후크를 CreateJsonRpc(IJsonRpcMessageHandler) 가져옵니다.

메서드

WithCreateJsonRpcHook(IHookableServiceJsonRpcDescriptor+CreateJsonRpcDelegate)

가 호출될 때 CreateJsonRpc(IJsonRpcMessageHandler) 호출될 후크를 사용하여 설명자를 복제합니다.

적용 대상