XmlReaderSettings::Async Property
Assembly: System.Xml (in System.Xml.dll)
You must set this value to true when you create a new XmlReader instance if you want to use asynchronous XmlReader methods on that instance. After the XmlReader instance is created, the Async property is read-only. The default value of this property is false.
This flag is ignored by the XmlReader::Create overload. This means that if you create a new XmlReader based on an existing XmlReader, the async behavior depends on the input XmlReader, and you cannot use the Async flag to change the async behavior.
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1