ODataMessageWriter.CreateODataBatchWriterAsync 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 ODataBatchWriter pour écrire un lot de demandes ou de réponses.
public System.Threading.Tasks.Task<Microsoft.OData.ODataBatchWriter> CreateODataBatchWriterAsync ();
member this.CreateODataBatchWriterAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataBatchWriter>
Public Function CreateODataBatchWriterAsync () As Task(Of ODataBatchWriter)
Retours
Tâche en exécution pour le dispositif d’écriture par lots créé.