ODataMessageReader.CreateODataEntryReaderAsync Method
Asynchronously creates an ODataReader to read an entry.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateODataEntryReaderAsync As Task(Of ODataReader)
'Usage
Dim instance As ODataMessageReader
Dim returnValue As Task(Of ODataReader)
returnValue = instance.CreateODataEntryReaderAsync()
public Task<ODataReader> CreateODataEntryReaderAsync()
public:
Task<ODataReader^>^ CreateODataEntryReaderAsync()
member CreateODataEntryReaderAsync : unit -> Task<ODataReader>
public function CreateODataEntryReaderAsync() : Task<ODataReader>
Return Value
Type: System.Threading.Tasks.Task<ODataReader>
A running task for the created reader.