IResourceCollectionEnumerator<T>.Previous(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 previous result set.
public void Previous (Microsoft.Store.PartnerCenter.RequestContext.IRequestContext context = default);
abstract member Previous : Microsoft.Store.PartnerCenter.RequestContext.IRequestContext -> unit
Public Sub Previous (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.