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.
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 CreateODataBatchWriter As ODataBatchWriter
'Usage
Dim instance As ODataMessageWriter
Dim returnValue As ODataBatchWriter
returnValue = instance.CreateODataBatchWriter()
public ODataBatchWriter CreateODataBatchWriter()
public:
ODataBatchWriter^ CreateODataBatchWriter()
member CreateODataBatchWriter : unit -> ODataBatchWriter
public function CreateODataBatchWriter() : ODataBatchWriter
Return Value
Type: Microsoft.Data.OData.ODataBatchWriter
The created batch writer.