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