System.Xml.XmlWriter.WriteRawAsync Method

Asynchronously writes raw markup manually from a character buffer.

Syntax

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

Parameters

buffer
Character array containing the text to write.
index
The position within the buffer indicating the start of the text to write.
count
The number of characters to write.

Returns

The task that represents the asynchronous WriteRaw operation.

Remarks

This is the asynchronous version of XmlWriter.WriteRaw(Char[], int, int), with the same functionality. To use this method, you must set the XmlWriterSettings.Async flag to true.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 4.0.0.0