AsyncPageable<T> 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.
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. |