ODataMessageReader.CreateODataAsynchronousReaderAsync 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.
Crée de façon asynchrone un ODataAsynchronousReader pour lire une réponse asynchrone.
public System.Threading.Tasks.Task<Microsoft.OData.ODataAsynchronousReader> CreateODataAsynchronousReaderAsync ();
member this.CreateODataAsynchronousReaderAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataAsynchronousReader>
Public Function CreateODataAsynchronousReaderAsync () As Task(Of ODataAsynchronousReader)
Retours
Tâche en cours d’exécution pour le lecteur asynchrone créé.