-
Notifications
You must be signed in to change notification settings - Fork 1
Server Property OnStart
Paul Mansour edited this page May 24, 2020
·
3 revisions
The OnStart property specifies a callback function to be executed when the server starts. The right argument provided to the function by Rumba is the server instance. Typically this function would perform some application specific initialization or setup.
This function is expected to exist in the namespace or object instance defined by the Context property. This callback may be the name of a method of some class.