Share via


ODataMessageWriter.WriteEntityReferenceLinksAsync Method

Definition

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

public System.Threading.Tasks.Task WriteEntityReferenceLinksAsync (Microsoft.OData.ODataEntityReferenceLinks links);
member this.WriteEntityReferenceLinksAsync : Microsoft.OData.ODataEntityReferenceLinks -> System.Threading.Tasks.Task
Public Function WriteEntityReferenceLinksAsync (links As ODataEntityReferenceLinks) As Task

Parameters

links
ODataEntityReferenceLinks

The entity reference links to write as message payload.

Returns

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

Applies to