你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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