ODataMessageReader.CreateODataBatchReaderAsync 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 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.