Result of send rpc responses
msgid, (method, params, error, result)
Assembly: cs.temp.dll.dll
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; }