共用方式為


IHookableServiceJsonRpcDescriptor 介面

定義

描述設計 ServiceJsonRpcDescriptor 來支援特定方法勾點的實例。

public interface IHookableServiceJsonRpcDescriptor
type IHookableServiceJsonRpcDescriptor = interface
Public Interface IHookableServiceJsonRpcDescriptor
衍生

備註

此介面可讓 Visual Studio 連結至服務描述項功能,而且是要由此處公開的服務描述元所使用的服務描述元實作。

屬性

CreateJsonRpcHook

取得方法目前已註冊的 CreateJsonRpc(IJsonRpcMessageHandler) 勾點。

方法

WithCreateJsonRpcHook(IHookableServiceJsonRpcDescriptor+CreateJsonRpcDelegate)

使用呼叫 時 CreateJsonRpc(IJsonRpcMessageHandler) 所呼叫的勾點複製描述項。

適用於