IHookableServiceJsonRpcDescriptor 接口

定义

描述一个 ServiceJsonRpcDescriptor 实例,该实例旨在支持某些方法的挂钩。

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

注解

此接口允许 Visual Studio 挂钩到服务描述符功能,并由此处公开的服务使用的服务描述符实现。

属性

CreateJsonRpcHook

获取 方法的当前注册挂钩 CreateJsonRpc(IJsonRpcMessageHandler)

方法

WithCreateJsonRpcHook(IHookableServiceJsonRpcDescriptor+CreateJsonRpcDelegate)

使用在调用 时 CreateJsonRpc(IJsonRpcMessageHandler) 将调用的挂钩克隆描述符。

适用于