Delen via


ODataMessageReader.ReadEntityReferenceLinksAsync Method

Definition

Asynchronously reads the result of a $ref query as the message payload.

public System.Threading.Tasks.Task<Microsoft.OData.ODataEntityReferenceLinks> ReadEntityReferenceLinksAsync ();
member this.ReadEntityReferenceLinksAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataEntityReferenceLinks>
Public Function ReadEntityReferenceLinksAsync () As Task(Of ODataEntityReferenceLinks)

Returns

A task representing the asynchronous reading of the entity reference links.

Applies to