QueueBrowser.MoveNext


Method

Declaration

bool MoveNext(); 

Purpose

Advance the browser’s enumeration to the next message.

Remarks

A browser is a dynamic enumerator of the queue (not a static snapshot). The queue is at the server, and its contents change as message arrive and consumers remove them. Meanwhile, while the browser is at the client. This method asks the server for the next message after Current—that is, the next message that is still in the queue.

Returns true if another message exists; the Current property subsequently presents the next message.

Returns false otherwise.

After creating a browser, programs must first call this method to examine the first message.


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com