GetPreviousPageAsync Method
Overloads
| GetPreviousPageAsync() |
Move CurrentPages to the previous page and returns the data. |
|
| GetPreviousPageAsync(AsyncHandle) |
Moves CurrentPages to the previous page and returns the data. |
GetPreviousPageAsync()
Move CurrentPages to the previous page and returns the data.
Declaration
public Task<IEnumerable<NxDataPage>> GetPreviousPageAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxDataPage>> |
A task with the data as result. |
GetPreviousPageAsync(AsyncHandle)
Moves CurrentPages to the previous page and returns the data.
Declaration
public Task<IEnumerable<NxDataPage>> GetPreviousPageAsync(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. |