Stopping the Alert Service

You can terminate the Alert Service by using the alert-service-start function (AlertServiceStop in the SOAP API), as shown in the following C# example:

AlertServiceStop();

This function takes no parameters and does not return a value. Stopping the Alert Service automatically prevents any alerts from being run until the service is restarted.