GetNextPageAsync Method
Overloads
GetNextPageAsync() |
Moves CurrentPages to the next page and returns the data. |
|
GetNextPageAsync(AsyncHandle) |
Moves CurrentPages to the next page and returns the data. |
GetNextPageAsync()
Moves CurrentPages to the next page and returns the data.
Declaration
public Task<IEnumerable<NxDataPage>> GetNextPageAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxDataPage>> |
A task with the data as result. |
GetNextPageAsync(AsyncHandle)
Moves CurrentPages to the next page and returns the data.
Declaration
public Task<IEnumerable<NxDataPage>> GetNextPageAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
The async handle. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxDataPage>> |
A task with the data as result. |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!