ODataMessageWriter.CreateODataBatchWriterAsync 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.
Asynchronously creates an ODataBatchWriter to write a batch of requests or responses.
public System.Threading.Tasks.Task<Microsoft.OData.ODataBatchWriter> CreateODataBatchWriterAsync ();
member this.CreateODataBatchWriterAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataBatchWriter>
Public Function CreateODataBatchWriterAsync () As Task(Of ODataBatchWriter)
Returns
A running task for the created batch writer.