WstXmlReader Class

[This is internal Microsoft documentation - Do not distribute.]

The WstXmlReader is created by invoking the WstCommand.ExecuteXmlReader() method. The WstXmlReader class is a thin wrapper over the XmlReader resultset. The WstXmlReader may contain multiple XmlReader resultsets if the WstCommand executed on multiple partitions and/or replicas, so we have additional public method NextResult() to move to next XmlReader result.

Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class WstXmlReader
    Inherits XmlReader
[DefaultMemberAttribute("Item")] 
public sealed class WstXmlReader : XmlReader

Inheritance Hierarchy

System.Object
   System.Xml.XmlReader
    Microsoft.Webstore.WstClient.WstXmlReader

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

WstXmlReader Members
Microsoft.Webstore.WstClient Namespace