IDocumentServiceQuery<T>.ExecuteNextAsync<TResult> 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(Of TResult) As Task(Of FeedResponse(Of TResult))
'Usage
Dim instance As IDocumentServiceQuery 
Dim returnValue As Task(Of FeedResponse(Of TResult))

returnValue = instance.ExecuteNextAsync()
Task<FeedResponse<TResult>> ExecuteNextAsync<TResult>()
generic<typename TResult>
Task<FeedResponse<TResult>^>^ ExecuteNextAsync()
abstract ExecuteNextAsync : unit -> Task<FeedResponse<'TResult>> 
JScript does not support generic types and methods.

Type Parameters

  • TResult
    The result projection type.

Return Value

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

See Also

Reference

IDocumentServiceQuery<T> Interface

ExecuteNextAsync Overload

Microsoft.Azure.Documents.Linq Namespace