Share via


ODataBatchReader.ReadAsync Method

Definition

Asynchronously reads the next part from the batch message payload.

public System.Threading.Tasks.Task<bool> ReadAsync ();
member this.ReadAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function ReadAsync () As Task(Of Boolean)

Returns

A task that when completed indicates whether more items were read.

Applies to