PagedEnumerableExtensions 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.
Provides a set of static (Shared in Visual Basic) methods for working with sequences that implement IPagedEnumerable<T>.
public static class PagedEnumerableExtensions
type PagedEnumerableExtensions = class
Public Module PagedEnumerableExtensions
- Inheritance
-
PagedEnumerableExtensions
Methods
ForEachAsync<T>(IPagedEnumerable<T>, Action<T>, CancellationToken) |
Iterates over an IPagedEnumerable<T> sequence, invoking a synchronous delegate for each element. |
ForEachAsync<T>(IPagedEnumerable<T>, Func<T,CancellationToken,Task>, CancellationToken) |
Iterates over an IPagedEnumerable<T> sequence, invoking an asynchronous delegate for each element. |
ForEachAsync<T>(IPagedEnumerable<T>, Func<T,Task>, CancellationToken) |
Iterates over an IPagedEnumerable<T> sequence, invoking an asynchronous delegate for each element. |
ToListAsync<T>(IPagedEnumerable<T>, CancellationToken) |
Creates a List<T> from an IPagedEnumerable<T>. |
Applies to
Azure SDK for .NET