ArcGIS Pro 2.6 API Reference Guide
MoveNext Method (RealtimeCursor)

ArcGIS.Core.Data.Realtime Namespace > RealtimeCursor Class : MoveNext Method
Advances to the next RealtimeRow in this RealtimeCursor. This method can be called on any thread.
Syntax
public bool MoveNext()
Public Function MoveNext() As Boolean

Return Value

true if the cursor has successfully advanced to the next row; false if the cursor has passed the end of the collection.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Remarks
The RealtimeCursor can only advance sequentially forward. To move the cursor back to the beginning, you will have to reexecute the search to obtain a new row cursor.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RealtimeCursor Class
RealtimeCursor Members