共用方式為


IHookableServiceJsonRpcDescriptor.WithCreateJsonRpcHook 方法

定義

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

public Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor WithCreateJsonRpcHook (Microsoft.VisualStudio.RpcContracts.IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate? createJsonRpcDelegate);
abstract member WithCreateJsonRpcHook : Microsoft.VisualStudio.RpcContracts.IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate -> Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor
Public Function WithCreateJsonRpcHook (createJsonRpcDelegate As IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate) As ServiceJsonRpcDescriptor

參數

createJsonRpcDelegate
IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate

使用 或 Null 的方法。

傳回

使用 ServiceJsonRpcDescriptor 已註冊勾點複製的 。

備註

如果委派傳回 null,描述元會使用其預設方法。

適用於