Starts the QAManagerBase for receiving incoming messages in message listeners.
Visual Basic Public Sub Start()
C# public void Start();
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. It is not recommended to use the GetMessage methods as well as message listeners for receiving messages, one 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 QAManagerBase.Stop() call are ignored.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |