Freigeben über


IHookableServiceJsonRpcDescriptor.WithCreateJsonRpcHook Methode

Definition

Klont den Deskriptor mit einem Hook, der aufgerufen wird, wenn ein CreateJsonRpc(IJsonRpcMessageHandler) aufgerufen wird.

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

Parameter

createJsonRpcDelegate
IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate

Zu verwendende Methode oder NULL.

Gibt zurück

Eine geklonte ServiceJsonRpcDescriptor mit dem registrierten Hook.

Hinweise

Wenn der Delegat NULL zurückgibt, verwendet der Deskriptor seine Standardmethode.

Gilt für: