ODataAsynchronousWriter.CreateResponseMessage 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.
Creates a message for writing an async response.
public Microsoft.OData.ODataAsynchronousResponseMessage CreateResponseMessage ();
member this.CreateResponseMessage : unit -> Microsoft.OData.ODataAsynchronousResponseMessage
Public Function CreateResponseMessage () As ODataAsynchronousResponseMessage
Returns
The message that can be used to write the async response.