public Task<bool> WaitForRowsAsync( CancellationToken cancellationToken )
Public Overloads Function WaitForRowsAsync( _ ByVal cancellationToken As CancellationToken _ ) As Task(Of Boolean)
Parameters
- cancellationToken
- A System.Threading.CancellationToken used to control cancellation behavior for the returned task.
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.