Starting the Alert Service

Alerts are generated by the Alert Service, which must be running in order to successfully retrieve status information. You can start the Alert Service by using the alert-service-start function (AlertServiceStart in the SOAP API), as shown in the following C# example:

AlertServiceStart();

This function takes no parameters and does not return a value. Starting the Alert Service automatically runs all available alerts.