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.

StreamWriter::WriteLineAsync Method

.NET Framework (current version)
 

Writes data followed by a line terminator asynchronously to the stream.

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

NameDescription
System_CAPS_pubmethodWriteLineAsync()

Writes a line terminator asynchronously to the stream.(Overrides TextWriter::WriteLineAsync().)

System_CAPS_pubmethodWriteLineAsync(Char)

Writes a character followed by a line terminator asynchronously to the stream.(Overrides TextWriter::WriteLineAsync(Char).)

System_CAPS_pubmethodWriteLineAsync(array<Char>^)

Writes an array of characters followed by a line terminator asynchronously to the text string or stream.(Inherited from TextWriter.)

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

Writes a subarray of characters followed by a line terminator asynchronously to the stream.(Overrides TextWriter::WriteLineAsync(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodWriteLineAsync(String^)

Writes a string followed by a line terminator asynchronously to the stream.(Overrides TextWriter::WriteLineAsync(String^).)

Return to top
Show: