Méthode ODataBatchWriter.WriteStartBatchAsync
Démarre un nouveau lot de façon asynchrone. Ne peut être appelée qu'une seule fois et en tant que premier appel.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Function WriteStartBatchAsync As Task
'Utilisation
Dim instance As ODataBatchWriter
Dim returnValue As Task
returnValue = instance.WriteStartBatchAsync()
public Task WriteStartBatchAsync()
public:
Task^ WriteStartBatchAsync()
member WriteStartBatchAsync : unit -> Task
public function WriteStartBatchAsync() : Task
Valeur de retour
Type : System.Threading.Tasks.Task
Instance de tâche qui représente l'opération d'écriture asynchrone.