ICart.CheckoutAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.