Calls a procedure on the server.
The name of the procedure to call.
Rest
The arguments to pass to the server.
A promise that resolves when the server responds.
Deletes a procedure handler from the client.
The name of the procedure to delete.
Registers a procedure that can be called from the server.
The name of the procedure to register.
The callback function to call when the procedure is called.
Static
No Self
Calls a procedure on the server.