Execute an RPC method and return the server's response.
Only public members of the API object are callable as a remote function.
The request from the client.
An instance of the class or struct containing the function to call.
API = The class containing the function to call.
See Implementation
Execute an RPC method and return the server's response.
Only public members of the API object are callable as a remote function.