Bagikan melalui


ICustomerOfferCategoryCollection.GetAsync Method

Definition

Asynchronously retrieves all the offer categories for the provided Customer.

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

Returns

The offers for the provided customer.

Implements

Applies to