System.Xml.XmlReader.GetValueAsync Method

Asynchronously gets the value of the current node.

Syntax

public virtual System.Threading.Tasks.Task<string> GetValueAsync ()

Returns

The value of the current node.

Remarks

To use this method, you must set the XmlReaderSettings.Async flag to true.

Requirements

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