System.IO.StreamWriter.WriteAsync Method

Writes a subarray of characters to the stream asynchronously.

Syntax

public override System.Threading.Tasks.Task WriteAsync (char[] buffer, int index, int count)

Parameters

buffer
A character array that contains the data to write.
index
The character position in the buffer at which to begin reading data.
count
The maximum number of characters to write.

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