ODataOutputContext.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 virtual System.Threading.Tasks.Task WritePropertyAsync (Microsoft.OData.ODataProperty odataProperty);
abstract member WritePropertyAsync : Microsoft.OData.ODataProperty -> System.Threading.Tasks.Task
override this.WritePropertyAsync : Microsoft.OData.ODataProperty -> System.Threading.Tasks.Task
Public Overridable Function WritePropertyAsync (odataProperty As ODataProperty) As Task
Paramètres
- odataProperty
- ODataProperty
Propriété OData à écrire
Retours
Tâche représentant l’opération asynchrone d’écriture de la propriété OData.
Remarques
Il est de la responsabilité de cette méthode de vider la sortie avant la fin de la tâche.