executeMethod

Execute an RPC method and return the server's response.

Only public members of the API object are callable as a remote function.

More...
executeMethod
(
API
)
if (
is(API == class)
)

Parameters

request Request

The request from the client.

api API

An instance of the class or struct containing the function to call.

Detailed Description

Template Parameters

API = The class containing the function to call.

Meta