IHookableServiceJsonRpcDescriptor.WithCreateJsonRpcHook Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.