RPCProcessor.notifyMethod

Sends a notification with the given method name to the other RPC side without any parameters.

  1. void notifyMethod(string method)
    class RPCProcessor
    void
    notifyMethod
    (
    string method
    )
  2. void notifyMethod(string method, T value)

Meta