IResourceCollectionEnumerator<T>.NextAsync(IRequestContext) 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.
Asynchronously retrieves the next result set.
public System.Threading.Tasks.Task NextAsync (Microsoft.Store.PartnerCenter.RequestContext.IRequestContext context = default);
abstract member NextAsync : Microsoft.Store.PartnerCenter.RequestContext.IRequestContext -> System.Threading.Tasks.Task
Public Function NextAsync (Optional context As IRequestContext = Nothing) As Task
Parameters
- context
- IRequestContext
An optional request context. If not provided, the context associated with the partner operations will be used.
Returns
A task which completes when fetching the next set of results is done.