IHookableServiceJsonRpcDescriptor 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
특정 메서드에 ServiceJsonRpcDescriptor 대한 후크를 지원하도록 설계된 instance 설명합니다.
public interface IHookableServiceJsonRpcDescriptor
type IHookableServiceJsonRpcDescriptor = interface
Public Interface IHookableServiceJsonRpcDescriptor
- 파생
설명
이 인터페이스를 사용하면 Visual Studio가 서비스 설명자 기능에 연결할 수 있으며 여기에 노출된 서비스에서 사용하는 서비스 설명자에 의해 구현됩니다.
속성
CreateJsonRpcHook |
메서드에 대해 현재 등록된 후크를 CreateJsonRpc(IJsonRpcMessageHandler) 가져옵니다. |
메서드
WithCreateJsonRpcHook(IHookableServiceJsonRpcDescriptor+CreateJsonRpcDelegate) |
가 호출될 때 CreateJsonRpc(IJsonRpcMessageHandler) 호출될 후크를 사용하여 설명자를 복제합니다. |