Compartilhar via


ICustomerProductCollectionByCollectionId.GetAsync Method

Definition

Asynchronously retrieves all the products in a given product collection that apply to a given customer.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Product>> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Product>>
Public Function GetAsync () As Task(Of ResourceCollection(Of Product))

Returns

The products in a given product collection that apply to a given customer.

Implements

Applies to