ODataMessageReader.ReadEntityReferenceLinkAsync Method
Asynchronously reads a singleton result of a $links query (entity reference link) as the message payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function ReadEntityReferenceLinkAsync As Task(Of ODataEntityReferenceLink)
'Usage
Dim instance As ODataMessageReader
Dim returnValue As Task(Of ODataEntityReferenceLink)
returnValue = instance.ReadEntityReferenceLinkAsync()
public Task<ODataEntityReferenceLink> ReadEntityReferenceLinkAsync()
public:
Task<ODataEntityReferenceLink^>^ ReadEntityReferenceLinkAsync()
member ReadEntityReferenceLinkAsync : unit -> Task<ODataEntityReferenceLink>
public function ReadEntityReferenceLinkAsync() : Task<ODataEntityReferenceLink>
Return Value
Type: System.Threading.Tasks.Task<ODataEntityReferenceLink>
A running task representing the reading of the entity reference link.