ODataBatchWriter.WriteEndChangesetAsync Method
Asynchronously ends an active change set; this can only be called after WriteStartChangeset and only once for each change set.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function WriteEndChangesetAsync As Task
'Usage
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
Return Value
Type: System.Threading.Tasks.Task
A task instance that represents the asynchronous write operation.