IHookableServiceJsonRpcDescriptor 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述設計 ServiceJsonRpcDescriptor 來支援特定方法勾點的實例。
public interface IHookableServiceJsonRpcDescriptor
type IHookableServiceJsonRpcDescriptor = interface
Public Interface IHookableServiceJsonRpcDescriptor
- 衍生
備註
此介面可讓 Visual Studio 連結至服務描述項功能,而且是要由此處公開的服務描述元所使用的服務描述元實作。
屬性
CreateJsonRpcHook |
取得方法目前已註冊的 CreateJsonRpc(IJsonRpcMessageHandler) 勾點。 |
方法
WithCreateJsonRpcHook(IHookableServiceJsonRpcDescriptor+CreateJsonRpcDelegate) |
使用呼叫 時 CreateJsonRpc(IJsonRpcMessageHandler) 所呼叫的勾點複製描述項。 |