ODataReader.ReadAsync 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 reads the next ODataItem from the message payload.
public abstract System.Threading.Tasks.Task<bool> ReadAsync ();
abstract member ReadAsync : unit -> System.Threading.Tasks.Task<bool>
Public MustOverride Function ReadAsync () As Task(Of Boolean)
Returns
A task that when completed indicates whether more items were read.