Méthode ODataMessageReader.CreateODataEntryReaderAsync
Crée un ODataReader de façon asynchrone pour lire une entrée.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Function CreateODataEntryReaderAsync As Task
'Utilisation
Dim instance As ODataMessageReader
Dim returnValue As Task
returnValue = instance.CreateODataEntryReaderAsync()
public Task CreateODataEntryReaderAsync()
public:
Task^ CreateODataEntryReaderAsync()
member CreateODataEntryReaderAsync : unit -> Task
public function CreateODataEntryReaderAsync() : Task
Valeur de retour
Type : System.Threading.Tasks.Task<TResult>
Tâche en cours d'exécution pour le lecteur créé.