IResourceCollectionEnumerator<T>.Next(IRequestContext) Method

Definition

Retrieves the next result set.

public void Next (Microsoft.Store.PartnerCenter.RequestContext.IRequestContext context = default);
abstract member Next : Microsoft.Store.PartnerCenter.RequestContext.IRequestContext -> unit
Public Sub Next (Optional context As IRequestContext = Nothing)

Parameters

context
IRequestContext

An optional request context. If not provided, the context associated with the partner operations will be used.

Applies to