ODataMessageReader.CreateODataBatchReaderAsync 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 manière asynchrone un ODataBatchReader pour lire un lot de demandes ou de réponses.
public System.Threading.Tasks.Task<Microsoft.OData.ODataBatchReader> CreateODataBatchReaderAsync ();
member this.CreateODataBatchReaderAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataBatchReader>
Public Function CreateODataBatchReaderAsync () As Task(Of ODataBatchReader)
Retours
Tâche en cours d'exécution pour le lecteur de lot créé.