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