Share via


ODataMessageWriter.CreateODataBatchWriterAsync Method

Definition

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.

Applies to