Asynchronously writes out a <![CDATA[...]]> block containing the specified text.
text The text to place inside the CDATA block.
The task that represents the asynchronous WriteCData operation.
This is the asynchronous version of XmlWriter.WriteCData(string), with the same functionality. To use this method, you must set the XmlWriterSettings.Async flag to true.