Skip to main content
Version: 2.x

Class RpcResult

Result of send rpc responses

msgid, (method, params, error, result)

Assembly: cs.temp.dll.dll
Declaration
public class RpcResult : EventArgs

Properties

Id

msgid

Declaration
public uint Id { get; }

Name

method

Declaration
public string Name { get; }

Error

error

Declaration
public string Error { get; }

Value

result

Declaration
public object Value { get; }