Share via


ODataMessageReader.CreateODataBatchReaderAsync Method

Definition

Asynchronously creates an ODataBatchReader to read a batch of requests or responses.

public System.Threading.Tasks.Task<Microsoft.OData.ODataBatchReader> CreateODataBatchReaderAsync ();
member this.CreateODataBatchReaderAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataBatchReader>
Public Function CreateODataBatchReaderAsync () As Task(Of ODataBatchReader)

Returns

A running task for the created batch reader.

Applies to