ODataAsynchronousReader.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.
Returns a message for reading the content of an async response.
public Microsoft.OData.ODataAsynchronousResponseMessage CreateResponseMessage ();
member this.CreateResponseMessage : unit -> Microsoft.OData.ODataAsynchronousResponseMessage
Public Function CreateResponseMessage () As ODataAsynchronousResponseMessage
Returns
A response message for reading the content of the async response.