ODataMessageWriter.CreateODataAsynchronousWriter 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 an ODataAsynchronousWriter to write an async response.
public Microsoft.OData.ODataAsynchronousWriter CreateODataAsynchronousWriter ();
member this.CreateODataAsynchronousWriter : unit -> Microsoft.OData.ODataAsynchronousWriter
Public Function CreateODataAsynchronousWriter () As ODataAsynchronousWriter
Returns
The created writer.