AsyncPageCollection<T>.GetCurrentPageAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Task<PageResult<T>>
The current page in the collection.