Browses all available messages in the message store.
Visual Basic Overloads Public Function BrowseMessages() As System.Collections.IEnumerator
C# public System.Collections.IEnumerator BrowseMessages();
An enumerator over the available messages.
The messages are just being browsed, so they cannot be acknowledged. Because browsing messages allocates native resources, you should call the Reset() method of the enumerator when you are done with it. If it is not called, the native resources are not freed until this QAManagerBase object is freed.
Use QAManagerBase.GetMessage to receive messages so they can be acknowledged.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |