qa_bool QAManagerBase::start()
Starts the QAManagerBase for receiving incoming messages in message listeners.
The QAManagerBase does not need to be started if there are no message listeners set, that is, if messages are received with the getMessage methods. The use of the getMessage methods and message listeners for receiving messages is not recommended. You should use one or the other of the asynchronous (message listener) or synchronous (getMessage) models.
Any calls to start beyond the first without an intervening stop call are ignored.
True if and only if the operation succeeded.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |