IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate to be used for CreateJsonRpc hook.
public delegate StreamJsonRpc.JsonRpc? IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate(IJsonRpcMessageHandler handler);
type IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate = delegate of IJsonRpcMessageHandler -> JsonRpc
Public Delegate Function IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate(handler As IJsonRpcMessageHandler) As JsonRpc
Parameters
- handler
- IJsonRpcMessageHandler
Handler to be utilized when creating JsonRpc instance.
Return Value
a new instance of JsonRpc or null if default implementation should be used.