Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously reads the next ODataItem from the message payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustOverride Function ReadAsync As Task(Of Boolean)
'Usage
Dim instance As ODataReader
Dim returnValue As Task(Of Boolean)
returnValue = instance.ReadAsync()
public abstract Task<bool> ReadAsync()
public:
virtual Task<bool>^ ReadAsync() abstract
abstract ReadAsync : unit -> Task<bool>
public abstract function ReadAsync() : Task<boolean>
Return Value
Type: System.Threading.Tasks.Task<Boolean>
A task that when completed indicates whether more items were read.