'Usage
Dim instance As MessageEnumerator Dim timeout As TimeSpan Dim value As Boolean value = instance.MoveNext(timeout)
Parameters
- timeout
- The System.TimeSpan to wait for a message to be available if the enumerator is positioned at the end of the queue.
Return Value
true if the enumerator successfully advanced to the next message; false if the enumerator has reached the end of the queue and a message does not become available within the time specified by the timeout parameter.