Asynchronously writes the given text content.
text The text to write.
The task that represents the asynchronous WriteString operation.
This is the asynchronous version of XmlWriter.WriteString(string), with the same functionality. To use this method, you must set the XmlWriterSettings.Async flag to true.