ODataAsynchronousWriter.CreateResponseMessageAsync 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 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.