IResourceCollectionEnumerator<T>.PreviousAsync(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 previous result set.
public System.Threading.Tasks.Task PreviousAsync (Microsoft.Store.PartnerCenter.RequestContext.IRequestContext context = default);
abstract member PreviousAsync : Microsoft.Store.PartnerCenter.RequestContext.IRequestContext -> System.Threading.Tasks.Task
Public Function PreviousAsync (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 previous set of results is done.