Skip to main content Skip to complementary content

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.

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!