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.
Assembly: mscorlib (in mscorlib.dll)
| 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(array<Char>^, Int32, Int32) | Writes a subarray of characters to the text string or stream asynchronously. |
![]() | WriteAsync(String^) | Writes a string to the text string or stream asynchronously. |
Show:
