Skip to content

Server Property OnStart

Paul Mansour edited this page May 24, 2020 · 3 revisions

OnStart Property

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.

Clone this wiki locally