ISupportProfile.UpdateAsync(SupportProfile) 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.
Met à jour asynchrone le profil de support. 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.Partners.SupportProfile> UpdateAsync(Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile supportProfile);
abstract member UpdateAsync : Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile>
Public Function UpdateAsync (supportProfile As SupportProfile) As Task(Of SupportProfile)
Paramètres
- supportProfile
- SupportProfile
Le profil de soutien.
Retours
Le profil support mis à jour.