ArcGIS Pro 2.9 API Reference Guide
Current Property (RealtimeCursor)

ArcGIS.Core.Data.Realtime Namespace > RealtimeCursor Class : Current Property
Gets the current RealtimeRow in this RealtimeCursor.
Syntax
public RealtimeRow Current {get;}
Public ReadOnly Property Current As RealtimeRow
Remarks
If the real-time cursor has exhausted the queue (i.e., when MoveNext returns false), null is returned. Use WaitForRowsAsync(CancellationToken) to wait until more rows are available or the cursor is unsubscribed. If a valid RealtimeRow is returned by this property, it should be Disposed.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RealtimeCursor Class
RealtimeCursor Members