Asynchronously writes raw markup manually from a string.
data String containing the text to write.
The task that represents the asynchronous WriteRaw operation.
This is the asynchronous version of XmlWriter.WriteRaw(string), with the same functionality. To use this method, you must set the XmlWriterSettings.Async flag to true.