次の方法で共有


IHookableServiceJsonRpcDescriptor.CreateJsonRpcDelegate 代理人

定義

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。

適用対象