TextWriter.WriteAsync 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 to the text string or stream asynchronously.

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
WriteAsync(Char) Writes a character to the text string or stream asynchronously.
WriteAsync(array<Char>[]()[]) Writes a character array to the text string or stream asynchronously.
WriteAsync(String) Writes a string to the text string or stream asynchronously.
WriteAsync(array<Char>[]()[], Int32, Int32) Writes a subarray of characters to the text string or stream asynchronously.

Top

See Also

Reference

TextWriter Class

TextWriter Members

System.IO Namespace