ODataMessageWriter.WritePropertyAsync(ODataProperty) 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 un ODataProperty en tant que charge utile de message.
public System.Threading.Tasks.Task WritePropertyAsync (Microsoft.OData.ODataProperty property);
member this.WritePropertyAsync : Microsoft.OData.ODataProperty -> System.Threading.Tasks.Task
Public Function WritePropertyAsync (property As ODataProperty) As Task
Paramètres
- property
- ODataProperty
Propriété à écrire.
Retours
Tâche qui représente l'opération asynchrone d'enregistrement de la propriété.