Edit

Share via


SimpleQueueCacheCursor.MoveNext Method

Definition

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.

public virtual bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Overridable Function MoveNext () As Boolean

Returns

true if there are more items, false otherwise

Implements

Applies to