MoveNext
virtual
[System.Obsolete(Use MoveNextWithResult instead.)]public virtual bool MoveNext() Move to next message in the stream. If it returns false, there are no more messages. The enumerator is still valid however and can be called again when more data has come in on this stream.
Returns
true if there are more items, false otherwiseExceptions
Orleans.Streams.QueueCacheMissException- The cursor position is older than the messages retained by the cache.
