CreateODataEntryReaderAsync Method (Void)
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 ( _
expectedEntityType As Void _
) As Task
'Usage
Dim instance As ODataMessageReader
Dim expectedEntityType As Void
Dim returnValue As Task
returnValue = instance.CreateODataEntryReaderAsync(expectedEntityType)
public Task CreateODataEntryReaderAsync(
void expectedEntityType
)
public:
Task^ CreateODataEntryReaderAsync(
void expectedEntityType
)
member CreateODataEntryReaderAsync :
expectedEntityType:unit -> Task
public function CreateODataEntryReaderAsync(
expectedEntityType : Void
) : Task
Parameters
- expectedEntityType
Type: System..::..Void
The expected entity type for the entry to be read.
Return Value
Type: System.Threading.Tasks..::..Task< (Of < ( <'TResult> ) > ) >
A running task for the created reader.