[TIBCO.EMS .NET client library 6.0 documentation]

Get an enumerator for browsing the current queue messages in the order they would be received

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
public:
IEnumerator^ GetEnumerator()

Return Value

The browser object, which is itself the enumerator.

See Also