ODataMessageReader.CreateODataAsynchronousReader 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.
Creates an ODataAsynchronousReader to read an async response.
public Microsoft.OData.ODataAsynchronousReader CreateODataAsynchronousReader ();
member this.CreateODataAsynchronousReader : unit -> Microsoft.OData.ODataAsynchronousReader
Public Function CreateODataAsynchronousReader () As ODataAsynchronousReader
Returns
The created async reader.