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 creates an ODataBatchWriter to write a batch of requests or responses.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateODataBatchWriterAsync As Task(Of ODataBatchWriter)
'Usage
Dim instance As ODataMessageWriter
Dim returnValue As Task(Of ODataBatchWriter)
returnValue = instance.CreateODataBatchWriterAsync()
public Task<ODataBatchWriter> CreateODataBatchWriterAsync()
public:
Task<ODataBatchWriter^>^ CreateODataBatchWriterAsync()
member CreateODataBatchWriterAsync : unit -> Task<ODataBatchWriter>
public function CreateODataBatchWriterAsync() : Task<ODataBatchWriter>
Return Value
Type: System.Threading.Tasks.Task<ODataBatchWriter>
A running task for the created batch writer.