IServiceRequest.PatchAsync(ServiceRequest) 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.
Corrige asynchrone une requête de service.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest> PatchAsync(Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest serviceRequest);
abstract member PatchAsync : Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest>
Public Function PatchAsync (serviceRequest As ServiceRequest) As Task(Of ServiceRequest)
Paramètres
- serviceRequest
- ServiceRequest
La requête de service qui possède les propriétés à corriger est définie.
Retours
La demande de service mise à jour.