register abstract method

void register()

Registers all actions in this Azure function.

This method is called by the service and must be overriden in child classes.

Implementation

void register();