System.IO.StreamWriter.WriteAsync Method

Writes a string to the stream asynchronously.

Syntax

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

Parameters

value
The string to write to the stream. If value is null, nothing is written.

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