Noemax FastInfoset.NET
ResetState Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ResetState Method






Resets the ReadState to Initial.

Syntax

Visual Basic (Declaration) 
Public Sub ResetState() 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
 
instance.ResetState()
C# 
public void ResetState()
Delphi 
public procedure ResetState(); 
JScript 
public function ResetState();
Managed Extensions for C++ 
public: void ResetState(); 
C++/CLI 
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.

See Also