IInvoice.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère la facture de façon asynchrone. Cette opération est actuellement uniquement prise en charge pour les identifiants basés sur les utilisateurs.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Invoices.Invoice> GetAsync();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Invoices.Invoice>
Public Function GetAsync () As Task(Of Invoice)
Retours
La facture.