'Declaration
Public Overloads Function MoveNext() As Boolean
'Usage
Dim instance As MessageEnumerator Dim value As Boolean value = instance.MoveNext()
public bool MoveNext()
public: bool MoveNext();
Return Value
true if the enumerator was succesfully advanced to the next message; false if the enumerator has reached the end of the queue.