FastInfoset.NET Class Reference for .NET
ResetState Method (XmlFastInfosetReader)






Resets the ReadState to Initial.
Syntax
'Declaration
 
Public Sub ResetState() 
'Usage
 
Dim instance As XmlFastInfosetReader
 
instance.ResetState()
public void ResetState()
public procedure ResetState(); 
public function ResetState();
public: void ResetState(); 
public:
void ResetState(); 
Remarks

ResetState enables you to parse multiple Fast Infoset documents in a single stream. When you reach the end of a Fast Infoset document, you can call ResetState to reset the state of the reader in preparation for the next Fast Infoset document.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members

Send Feedback