AsyncPageCollection<T>.GetCurrentPageAsync Method

Definition

Get the current page of the collection.

public System.Threading.Tasks.Task<System.ClientModel.PageResult<T>> GetCurrentPageAsync ();
member this.GetCurrentPageAsync : unit -> System.Threading.Tasks.Task<System.ClientModel.PageResult<'T>>
Public Function GetCurrentPageAsync () As Task(Of PageResult(Of T))

Returns

The current page in the collection.

Applies to