Share via


AsyncPageable<T> Class

Definition

A collection of values that may take multiple service requests to iterate over.

public abstract class AsyncPageable<T> : System.Collections.Generic.IAsyncEnumerable<T>
type AsyncPageable<'T> = class
    interface IAsyncEnumerable<'T>
Public MustInherit Class AsyncPageable(Of T)
Implements IAsyncEnumerable(Of T)

Type Parameters

T

The type of the value.

Inheritance
AsyncPageable<T>
Implements

Constructors

AsyncPageable<T>()

Methods

AsPages(String, Nullable<Int32>)

Enumerate the values a Page<T> at a time.

GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

Applies to