ODataBatchWriter.WriteStartChangesetAsync Method

Asynchronously starts a new change set; can only be called after WriteStartBatch and if no other active operation or change set exists.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Function WriteStartChangesetAsync As Task
'Usage
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

Return Value

Type: System.Threading.Tasks.Task
A task instance that represents the asynchronous write operation.

See Also

Reference

ODataBatchWriter Class

Microsoft.Data.OData Namespace