PaginationHelper Class
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.
Helper methods related to retrieving paginated resources.
public class PaginationHelper
type PaginationHelper = class
Public Class PaginationHelper
- Inheritance
-
PaginationHelper
Constructors
PaginationHelper() |
Methods
ForEach<T>(Func<IPage<T>>, Func<String,IPage<T>>, Action<IEnumerable<T>>, Int32, CancellationToken) |
Perform an action for each page of a paginated response, requesting the next page after the action completes. |