Therefore API > API Reference > Classes > TheQuery > Methods
GetNextResultRows
Returns the next set of results when the query execution is asynchronous.
Name
Description
bool GetNextResultRows(ITheServer, out ITheQueryResult)
Returns the next set of results for this query.
bool GetNextResultRows(ITheServer, int, out ITheQueryResult)
Returns the next set of results for the specified query ID.
Please check the help pages of the various overloads for the exact syntax in Visual Basic and C#.