Compartir a través de


IEstimateLinkCollectionByCurrency.GetAsync Method

Definition

Asynchronously retrieves all the products in the given country and catalog view.

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

Returns

The products in the given country and catalog view.

Implements

Applies to