public Task<bool> WaitForRowsAsync()
Public Overloads Function WaitForRowsAsync() As Task(Of Boolean)
Return Value
A System.Threading.Tasks.Task that will complete once this cursor becomes unsubscribed or new rows are available in the internal queue of this real-time cursor. The returned System.Boolean value is false if this cursor is unsubscribed and there are no more rows to be read. Otherwise it's true.