ODataBatchReader.ReadAsync Method
Asynchronously reads the next part from the batch message payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function ReadAsync As Task(Of Boolean)
'Usage
Dim instance As ODataBatchReader
Dim returnValue As Task(Of Boolean)
returnValue = instance.ReadAsync()
public Task<bool> ReadAsync()
public:
Task<bool>^ ReadAsync()
member ReadAsync : unit -> Task<bool>
public function ReadAsync() : Task<boolean>
Return Value
Type: System.Threading.Tasks.Task<Boolean>
A task that when completed indicates whether more items were read.