Share via


IPagedCollection<T>.GetNextPageAsync(CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> GetNextPageAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNextPageAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function GetNextPageAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

Parameters

cancellationToken
CancellationToken

Returns

Applies to