ODataMessageReader.ReadEntityReferenceLinksAsync Method ()

 

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