Delen via


ODataMessageWriter.CreateODataAsynchronousWriterAsync Method

Definition

Asynchronously creates an ODataAsynchronousWriter to write an async response.

public System.Threading.Tasks.Task<Microsoft.OData.ODataAsynchronousWriter> CreateODataAsynchronousWriterAsync ();
member this.CreateODataAsynchronousWriterAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataAsynchronousWriter>
Public Function CreateODataAsynchronousWriterAsync () As Task(Of ODataAsynchronousWriter)

Returns

A running task for the created writer.

Applies to