Partager via


Méthode ODataBatchWriter.WriteStartChangesetAsync

Démarre de façon asynchrone un nouvel ensemble de modifications. 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 WriteStartChangesetAsync As Task
'Utilisation
Dim instance As ODataBatchWriter
Dim returnValue As Task

returnValue = instance.WriteStartChangesetAsync()
public Task WriteStartChangesetAsync()
public:
Task^ WriteStartChangesetAsync()
member WriteStartChangesetAsync : unit -> Task 
public function WriteStartChangesetAsync() : 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