Share via


ODataMessageReader.CreateODataAsynchronousReaderAsync Method

Definition

Asynchronously creates an ODataAsynchronousReader to read an async response.

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

Returns

A running task for the created async reader.

Applies to