StreamWriter::WriteAsync Method
.NET Framework (current version)
Writes data to the stream asynchronously.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | WriteAsync(Char) | Writes a character to the stream asynchronously.(Overrides TextWriter::WriteAsync(Char).) |
![]() | WriteAsync(array<Char>^) | Writes a character array to the text string or stream asynchronously.(Inherited from TextWriter.) |
![]() | WriteAsync(array<Char>^, Int32, Int32) | Writes a subarray of characters to the stream asynchronously.(Overrides TextWriter::WriteAsync(array<Char>^, Int32, Int32).) |
![]() | WriteAsync(String^) | Writes a string to the stream asynchronously.(Overrides TextWriter::WriteAsync(String^).) |
Show:
