Méthode ODataMessageReader.ReadPropertyAsync
Lit un ODataProperty de façon asynchrone en tant que charge utile de message.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Function ReadPropertyAsync As Task
'Utilisation
Dim instance As ODataMessageReader
Dim returnValue As Task
returnValue = instance.ReadPropertyAsync()
public Task ReadPropertyAsync()
public:
Task^ ReadPropertyAsync()
member ReadPropertyAsync : unit -> Task
public function ReadPropertyAsync() : Task
Valeur de retour
Type : System.Threading.Tasks.Task<TResult>
Tâche qui représente l'opération asynchrone de lecture de la propriété.