ODataMessageWriter.WriteEntityReferenceLinksAsync 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.
Écrit de façon asynchrone le résultat d’une requête $ref en tant que charge utile du message.
public System.Threading.Tasks.Task WriteEntityReferenceLinksAsync (Microsoft.OData.ODataEntityReferenceLinks links);
member this.WriteEntityReferenceLinksAsync : Microsoft.OData.ODataEntityReferenceLinks -> System.Threading.Tasks.Task
Public Function WriteEntityReferenceLinksAsync (links As ODataEntityReferenceLinks) As Task
Paramètres
Les liens de référence d'entité à enregistrer comme charge utile de message.
Retours
Tâche représentant l'enregistrement asynchrone des liens de référence de l'entité.