Click or drag to resize
ReadOnlyCollectionPageT Methods
This API is preliminary and subject to change.

The ReadOnlyCollectionPageT generic type exposes the following members.

Methods
  NameDescription
Public methodGetNextPageAsync
Gets the next page in the paginated collection.
Top
Extension Methods
  NameDescription
Public Extension MethodGetAllPagesT
Get all pages in a paginated collection.
(Defined by ReadOnlyCollectionPageSynchronousExtensions.)
Public Extension MethodGetAllPagesAsyncT(CancellationToken, IProgressReadOnlyCollectionPageT)Overloaded.
Get all pages in a paginated collection.
(Defined by ReadOnlyCollectionPageExtensions.)
Public Extension MethodGetAllPagesAsyncT(CancellationToken, IProgressReadOnlyCollectionPageUTT)Overloaded.
Get all pages in a paginated collection.
(Defined by ReadOnlyCollectionPageExtensions.)
Public Extension MethodGetNextPageT
Gets the next page in the paginated collection.
(Defined by ReadOnlyCollectionPageSynchronousExtensions.)
Top
See Also