IHookableServiceJsonRpcDescriptor.WithCreateJsonRpcHook Metodo

Definizione

Clona il descrittore con un hook che verrà chiamato quando viene chiamato un CreateJsonRpc(IJsonRpcMessageHandler) oggetto.

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

Parametri

createJsonRpcDelegate
IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate

Metodo da utilizzare o null.

Restituisce

Clonato ServiceJsonRpcDescriptor con l'hook registrato.

Commenti

Se il delegato restituisce Null, il descrittore userà il metodo predefinito.

Si applica a