Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.