Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TextWriter::WriteAsync Method

.NET Framework (current version)
 

Writes data to the text string or stream asynchronously.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodWriteAsync(Char)

Writes a character to the text string or stream asynchronously.

System_CAPS_pubmethodWriteAsync(array<Char>^)

Writes a character array to the text string or stream asynchronously.

System_CAPS_pubmethodWriteAsync(array<Char>^, Int32, Int32)

Writes a subarray of characters to the text string or stream asynchronously.

System_CAPS_pubmethodWriteAsync(String^)

Writes a string to the text string or stream asynchronously.

Return to top
Show:
© 2017 Microsoft