Skip to content

SimpleQueueCacheCursor.MoveNext

MoveNext

virtual
View source
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 otherwise