共用方式為


ICart.CheckoutAsync(String) Method

Definition

Asynchronously Checkouts the cart.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Carts.CartCheckoutResult> CheckoutAsync (string customerUserUpn = default);
abstract member CheckoutAsync : string -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Carts.CartCheckoutResult>
Public Function CheckoutAsync (Optional customerUserUpn As String = Nothing) As Task(Of CartCheckoutResult)

Parameters

customerUserUpn
String

The customer user UPN for license assignment.

Returns

The cart checkout result.

Applies to