ODataWriter.CreateTextWriterAsync 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 TextWriter for writing a string value.
public virtual System.Threading.Tasks.Task<System.IO.TextWriter> CreateTextWriterAsync ();
abstract member CreateTextWriterAsync : unit -> System.Threading.Tasks.Task<System.IO.TextWriter>
override this.CreateTextWriterAsync : unit -> System.Threading.Tasks.Task<System.IO.TextWriter>
Public Overridable Function CreateTextWriterAsync () As Task(Of TextWriter)
Returns
A TextWriter to write a string value.