Megosztás a következőn keresztül:


IOrderActivationLinks.GetAsync Method

Definition

Asynchronously retrieves the order activation link.

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

Returns

The order activation link.

Applies to