Extensions.AsContinuousCollection<T> Method
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.
public static System.Collections.Generic.IEnumerable<T> AsContinuousCollection<T> (this Microsoft.Rest.Azure.IPage<T> firstPage, Func<string,Microsoft.Rest.Azure.IPage<T>> getNextPage);
static member AsContinuousCollection : Microsoft.Rest.Azure.IPage<'T> * Func<string, Microsoft.Rest.Azure.IPage<'T>> -> seq<'T>
<Extension()>
Public Iterator Function AsContinuousCollection(Of T) (firstPage As IPage(Of T), getNextPage As Func(Of String, IPage(Of T))) As IEnumerable(Of T)
Type Parameters
- T
Parameters
- firstPage
- IPage<T>
Returns
IEnumerable<T>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET