Framework.ResetState() Method (ResetState)
Resets the sample framework state to its initial default state, and all previous framework state changes are lost.
Visual Basic Public Sub ResetState() C# public void ResetState(); C++ public:
void ResetState();JScript public function ResetState();
This method is useful for testing purposes because the application process does not have to be restarted.
Show: