TextWriter.WriteLineAsync Method

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Writes data followed by a line terminator asynchronously to the text string or stream.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
WriteLineAsync()()() Writes a line terminator asynchronously to the text string or stream.
WriteLineAsync(Char) Writes a character followed by a line terminator asynchronously to the text string or stream.
WriteLineAsync(array<Char>[]()[]) Writes an array of characters followed by a line terminator asynchronously to the text string or stream.
WriteLineAsync(String) Writes a string followed by a line terminator asynchronously to the text string or stream.
WriteLineAsync(array<Char>[]()[], Int32, Int32) Writes a subarray of characters followed by a line terminator asynchronously to the text string or stream.

Top

See Also

Reference

TextWriter Class

TextWriter Members

System.IO Namespace