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. |