Skip to content

RpcResponse ​

RPC response message.

Kind: Class

Namespace: ConnectorLib.JSON

Inheritance: SimpleJSONRequest

Public Constructors

RpcResponse()

Initializes a new instance of the ConnectorLib.JSON.RpcResponse class.

Public Attributes

object

value

The return value of the method call.

bool

exception

Indicates whether an exception occurred during the method call.