ODataBatchWriter.WriteEndBatchAsync Method
Asynchronously ends a batch; can only be called after WriteStartBatch has been called and if no other active change set or operation exist.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function WriteEndBatchAsync As Task
'Usage
Dim instance As ODataBatchWriter
Dim returnValue As Task
returnValue = instance.WriteEndBatchAsync()
public Task WriteEndBatchAsync()
public:
Task^ WriteEndBatchAsync()
member WriteEndBatchAsync : unit -> Task
public function WriteEndBatchAsync() : Task
Return Value
Type: System.Threading.Tasks.Task
A task instance that represents the asynchronous write operation.