Result of send rpc responses
msgid, (method, params, error, result)
Declaration
public class RpcResult : EventArgs
Properties
msgid
Name
method
Declaration
public string Name { get; }
Error
error
Declaration
public string Error { get; }
Value
result
Declaration
public object Value { get; }