ODataMessageWriter.CreateODataBatchWriter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an ODataBatchWriter to write a batch of requests or responses.
public Microsoft.OData.ODataBatchWriter CreateODataBatchWriter ();
member this.CreateODataBatchWriter : unit -> Microsoft.OData.ODataBatchWriter
Public Function CreateODataBatchWriter () As ODataBatchWriter
Returns
The created batch writer.