Declaring Runtime Functions

A runtime function is either a global function or a server-class member function that is declared as accessible at runtime.

You may want to declare a runtime function when you need:

  • to call a function from the component through the callback execution API
    (see execCallback and IlsMvComponent::execUserCallback).