System.IO.StreamWriter.WriteAsync Method

Writes a character to the stream asynchronously.

Syntax

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

Parameters

value
The character to write to the stream.

Returns

A task that represents the asynchronous write operation.

Remarks

Documentation for this section has not yet been entered.

Requirements

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