Partager via


Méthode ODataBatchWriter.WriteEndBatchAsync

Termine un lot de façon asynchrone. Peut uniquement être appelée après WriteStartBatch et si aucune autre opération ni aucun autre ensemble de modifications n'est en cours.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Function WriteEndBatchAsync As Task
'Utilisation
Dim instance As ODataBatchWriter
Dim returnValue As Task

returnValue = instance.WriteEndBatchAsync()
public Task WriteEndBatchAsync()
public:
Task^ WriteEndBatchAsync()
member WriteEndBatchAsync : unit -> Task 
public function WriteEndBatchAsync() : Task

Valeur de retour

Type : System.Threading.Tasks.Task
Instance de tâche qui représente l'opération d'écriture asynchrone.

Voir aussi

Référence

ODataBatchWriter Classe

Espace de noms Microsoft.Data.OData