Share via


JsonRpc.OnResponseSent(JsonRpcMessage) Method

Definition

Raises the ResponseSent event.

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)

Parameters

response
JsonRpcMessage

The result or error that was sent.

Applies to