Request.this

Construct a notification with the specified remote method name and arguments.

A notification will receive no response from the server.

Parameters

method string

The name of the remote method to call.

params JSONValue

A JSON string containing the method arguments as a JSON Object or array.

Meta