Stopping A Query

Each Sybase CEP SDK that supports query registration also contains a "stopQuery()" function or method.

The exact name of the function or method depends on the SDK. To stop the registered query, call the stopQuery() function and pass it the name of the query, which you specified when you registered the query. This will stop the query and remove it from the server. (The c8_client "stop" command will do the same.)