System.IO.StreamWriter.WriteLineAsync Method

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

Syntax

public override System.Threading.Tasks.Task WriteLineAsync (char value)

Parameters

value
The character to write to the stream.

Returns

A task that represents the asynchronous write operation.

Remarks

The line terminator is defined by the TextWriter.NewLine property.

Requirements

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