Share via


ODataParameterReader.ReadAsync Method

Definition

Asynchronously reads the next item 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.

Applies to