IPagedEntityCollectionRetrievalOperations<T,TResourceCollection>.GetAsync 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 a subset of entities.
public System.Threading.Tasks.Task<TResourceCollection> GetAsync (int offset, int size);
abstract member GetAsync : int * int -> System.Threading.Tasks.Task<'ResourceCollection (requires 'ResourceCollection :> Microsoft.Store.PartnerCenter.Models.ResourceCollection<'T>)>
Public Function GetAsync (offset As Integer, size As Integer) As Task(Of TResourceCollection)
Parameters
- offset
- Int32
The starting index.
- size
- Int32
The maximum number of entities to return.
Returns
Task<TResourceCollection>
The requested entities subset.