Méthode ODataMessageWriter.WritePropertyAsync
Écrit de façon asynchrone ODataProperty comme charge de message.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Function WritePropertyAsync ( _
property As ODataProperty _
) As Task
'Utilisation
Dim instance As ODataMessageWriter
Dim property As ODataProperty
Dim returnValue As Task
returnValue = instance.WritePropertyAsync(property)
public Task WritePropertyAsync(
ODataProperty property
)
public:
Task^ WritePropertyAsync(
ODataProperty^ property
)
member WritePropertyAsync :
property:ODataProperty -> Task
public function WritePropertyAsync(
property : ODataProperty
) : Task
Paramètres
- property
Type : Microsoft.Data.OData.ODataProperty
Propriété à écrire
Valeur de retour
Type : System.Threading.Tasks.Task
Tâche qui représente l'opération asynchrone d'écriture de la propriété.