ArcGIS Pro 2.8 API Reference Guide
WaitForRowsAsync Method

ArcGIS.Core.Data.Realtime Namespace > RealtimeCursor Class : WaitForRowsAsync Method
Overload List
OverloadDescription
Asynchronously waits for new rows to be available in the internal queue of this real-time cursor. The returned System.Threading.Tasks.Task will also complete if the state of this RealtimeCursor (see GetState) changes from RealtimeCursorState.Subscribed. This method can be called on any thread.  
Asynchronously waits for new rows to be available in the internal queue of this real-time cursor. The returned System.Threading.Tasks.Task will also complete if the state of this RealtimeCursor (see GetState) changes from RealtimeCursorState.Subscribed. This method can be called on any thread.  
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RealtimeCursor Class
RealtimeCursor Members