ICustomer.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 asynchrone les informations clients.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Customers.Customer> GetAsync();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Customers.Customer>
Public Function GetAsync () As Task(Of Customer)
Retours
Les informations clients.