Delen via


ODataAsynchronousWriter.CreateResponseMessageAsync Method

Definition

Asynchronously creates a message for writing 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

The message that can be used to write the async response.

Applies to