Sdílet prostřednictvím


ICustomerSkuByReservationScope.GetAsync Method

Definition

Asynchronously retrieves the product information.

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

Returns

The product information.

Implements

Applies to