Sdílet prostřednictvím


IResourceCollectionEnumerator<T>.NextAsync(IRequestContext) Method

Definition

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.

Applies to