ODataMessageReader.ReadEntityReferenceLinksAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.