Asynchronously writes out the attribute with the specified prefix, local name, namespace URI, and value.
The task that represents the asynchronous WriteAttributeString operation.
This is the asynchronous version of XmlWriter.WriteAttributeString(string, string, string, string), with the same functionality. To use this method, you must set the XmlWriterSettings.Async flag to true.