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 $ref query as the message payload.
Namespace: Microsoft.OData.Core
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
Syntax
public Task<ODataEntityReferenceLinks> ReadEntityReferenceLinksAsync()
public:
Task<ODataEntityReferenceLinks^>^ ReadEntityReferenceLinksAsync()
member ReadEntityReferenceLinksAsync : unit -> Task<ODataEntityReferenceLinks>
Public Function ReadEntityReferenceLinksAsync As Task(Of ODataEntityReferenceLinks)
Return Value
Type: System.Threading.Tasks.Task<ODataEntityReferenceLinks>
A task representing the asynchronous reading of the entity reference links.
See Also
ODataMessageReader Class
Microsoft.OData.Core Namespace
Return to top