System.IO.TextWriter.WriteAsync Method

Writes a character array to the text string or stream asynchronously.

Syntax

public System.Threading.Tasks.Task WriteAsync (char[] buffer)

Parameters

buffer
The character array to write to the text stream. If buffer 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