Edit

Share via


IQueueCacheCursor.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 bool MoveNext ();
abstract member MoveNext : unit -> bool
Public Function MoveNext () As Boolean

Returns

true if there are more items, false otherwise

Applies to