Share via


IOfferCategoryCollection.GetAsync Method

Definition

Asynchronously retrieves all offer categories available to the partner for the provided country.

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

All offer categories for the provided country.

Implements

Applies to