Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.