AsyncPageCollection<T>.GetCurrentPageAsyncCore Method

Definition

Get the current page of the collection.

protected abstract System.Threading.Tasks.Task<System.ClientModel.PageResult<T>> GetCurrentPageAsyncCore ();
abstract member GetCurrentPageAsyncCore : unit -> System.Threading.Tasks.Task<System.ClientModel.PageResult<'T>>
Protected MustOverride Function GetCurrentPageAsyncCore () As Task(Of PageResult(Of T))

Returns

The current page in the collection.

Applies to