IDocumentServiceQuery<T>.ExecuteNextAsync Method

Asynchronously retrieves the next page of results from the server.

Namespace:  Microsoft.Azure.Documents.Linq
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

Syntax

'Declaration
Function ExecuteNextAsync As Task(Of FeedResponse(Of Object))
'Usage
Dim instance As IDocumentServiceQuery 
Dim returnValue As Task(Of FeedResponse(Of Object))

returnValue = instance.ExecuteNextAsync()
Task<FeedResponse<Object>> ExecuteNextAsync()
Task<FeedResponse<Object^>^>^ ExecuteNextAsync()
abstract ExecuteNextAsync : unit -> Task<FeedResponse<Object>> 
function ExecuteNextAsync() : Task<FeedResponse<Object>>

Return Value

Type: System.Threading.Tasks.Task<FeedResponse<Object>>
The task object representing the asynchronous operation.

See Also

Reference

IDocumentServiceQuery<T> Interface

ExecuteNextAsync Overload

Microsoft.Azure.Documents.Linq Namespace