IRpcApi.runRpc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. RpcRespond runRpc(T params)
    interface IRpcApi
    final
    runRpc
    (
    string method
    T...
    )
    ()
    if (
    T.length == 0 ||
    !isAssociativeArray!(T[0])
    )
  2. RpcRespond runRpc(string[] params)
  3. RpcRespond runRpc(T[string] params)
  4. RpcRespond runRpc(string[string] auth, T params)

Meta