[TIBCO.EMS.UFOCLIENT .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.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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