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: