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