ODataBatchWriter.WriteStartBatchAsync Method
Asynchronously starts a new batch; can be only called once and as first call.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function WriteStartBatchAsync As Task
'Usage
Dim instance As ODataBatchWriter
Dim returnValue As Task
returnValue = instance.WriteStartBatchAsync()
public Task WriteStartBatchAsync()
public:
Task^ WriteStartBatchAsync()
member WriteStartBatchAsync : unit -> Task
public function WriteStartBatchAsync() : Task
Return Value
Type: System.Threading.Tasks.Task
A task instance that represents the asynchronous write operation.