Share via


JsonRpc.OnResponseReceived(JsonRpcMessage) Method

Definition

Raises the ResponseReceived event.

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

Parameters

response
JsonRpcMessage

The result or error that was received.

Applies to