Construct a Request with the specified remote method name and arguments.
The ID must be a string, a number, or null; null is not recommended for use as an ID.
The ID of the request.
The name of the remote method to call.
A JSONValue containing the method arguments as a JSON Object or array.
T = The type of the request ID.
See Implementation
Construct a Request with the specified remote method name and arguments.
The ID must be a string, a number, or null; null is not recommended for use as an ID.