-
Notifications
You must be signed in to change notification settings - Fork 1
Server Property OnStopSCM
Paul Mansour edited this page May 24, 2020
·
1 revision
The OnStopSCM property specifies a callback function to be executed when the server is stopped by the Windows Service Control Manager (SCM). Is is only applicable for the Windows operating system. The right argument provided to the function by Rumba is the server instance. Typically this function might write to a log or perform some housekeeping.
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.