次の方法で共有


JsonRpc.OnResponseSent(JsonRpcMessage) メソッド

定義

ResponseSent イベントを発生させます。

protected virtual void OnResponseSent (StreamJsonRpc.Protocol.JsonRpcMessage response);
abstract member OnResponseSent : StreamJsonRpc.Protocol.JsonRpcMessage -> unit
override this.OnResponseSent : StreamJsonRpc.Protocol.JsonRpcMessage -> unit
Protected Overridable Sub OnResponseSent (response As JsonRpcMessage)

パラメーター

response
JsonRpcMessage

送信された結果またはエラー。

適用対象