IPagedEntityCollectionRetrievalOperations<T,TResourceCollection> Interface
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.
A generic interface which represents paged entity retrieval operations.
C#
public interface IPagedEntityCollectionRetrievalOperations<T,TResourceCollection> where T : ResourceBase where TResourceCollection : ResourceCollection<T>
type IPagedEntityCollectionRetrievalOperations<'T, 'ResourceCollection (requires 'T :> ResourceBase and 'ResourceCollection :> ResourceCollection<'T>)> = interface
Public Interface IPagedEntityCollectionRetrievalOperations(Of T, TResourceCollection)
- T
The entity type.
- TResourceCollection
The entity collection type.
- Derived
Get(Int32, Int32) |
Retrieves a subset of entities. |
Get |
Asynchronously retrieves a subset of entities. |
Produkto | Mga Bersyon |
---|---|
Microsoft.Store.PartnerCenter | latest |