ODataMessageWriter.WriteEntityReferenceLinksAsync 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 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
The entity reference links to write as message payload.
Returns
A task representing the asynchronous writing of the entity reference links.