IResourceCollectionEnumerator<T>.Next(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.
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.