Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere C++ API reference » QAManagerBase class

 

stop function

Syntax
qa_bool QAManagerBase::stop()
Remarks

Stops the QAManagerBase's reception of incoming messages.

The messages are not lost. They are not received until the manager is started again. Any calls to stop beyond the first without an intervening QAManagerBasestart() are ignored.

See Also

start function

Returns

True if and only if the operation succeeded.