Share via


Pageable Class

Definition

Pageable helpers.

public static class Pageable
type Pageable = class
Public Class Pageable
Inheritance
Pageable

Methods

Create<T>(Func<String,CancellationToken,Task<Page<T>>>)

Creates an async pageable from a callback function pageFunc.

Create<T>(Func<String,Nullable<Int32>,CancellationToken,Task<Page<T>>>)

Creates an async pageable from a callback function pageFunc.

Applies to