IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要用於 CreateJsonRpc 攔截的委派。
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
參數
- handler
- IJsonRpcMessageHandler
建立 JsonRpc 實例時所要使用的處理程式。
傳回值
如果應該使用默認實作, JsonRpc 則為 的新實例或 null。