Dela via


PaginationHelper Class

Definition

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.

Applies to