Which three main properties are required to create a remote function?
Which three main properties are required to create a remote function?
The three main properties required to create a remote function are connectors.jsoninvoker, connectors.jsoninvoker.alias, exm.service. These properties are essential for setting up the JSON invoker, assigning an alias, and specifying the service. This allows the function to be invoked remotely using JSON as the communication format.
B is correct