Share via


ODataAsynchronousReader.CreateResponseMessageAsync Method

Definition

Asynchronously returns a message for reading the content of an async response.

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

Returns

A response message for reading the content of the async response.

Applies to