System.Xml.XmlWriter.WriteEndAttributeAsync Method

Asynchronously closes the previous XmlWriter.WriteStartAttribute(string, string) call.

Syntax

protected virtual System.Threading.Tasks.Task WriteEndAttributeAsync ()

Returns

The task that represents the asynchronous WriteEndAttribute operation.

Remarks

This is the asynchronous version of XmlWriter.WriteEndAttribute, with the same functionality. To use this method, you must set the XmlWriterSettings.Async flag to true.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 4.0.0.0