Asynchronously writes out a processing instruction with a space between the name and text as follows: <?name text?>.
The task that represents the asynchronous WriteProcessingInstruction operation.
This is the asynchronous version of XmlWriter.WriteProcessingInstruction(string, string), with the same functionality. To use this method, you must set the XmlWriterSettings.Async flag to true.