Méthode ODataBatchWriter.WriteEndChangesetAsync
Termine de façon asynchrone un ensemble de modifications actif. Ne peut être appelée qu'après WriteStartChangeset et qu'une seule fois pour chaque ensemble de modifications.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Function WriteEndChangesetAsync As Task
'Utilisation
Dim instance As ODataBatchWriter
Dim returnValue As Task
returnValue = instance.WriteEndChangesetAsync()
public Task WriteEndChangesetAsync()
public:
Task^ WriteEndChangesetAsync()
member WriteEndChangesetAsync : unit -> Task
public function WriteEndChangesetAsync() : Task
Valeur de retour
Type : System.Threading.Tasks.Task
Instance de tâche qui représente l'opération d'écriture asynchrone.