Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NStateManager Class / CleanUp Method


In This Topic
    CleanUp Method (NStateManager)
    In This Topic
    Removes an existing state object, stored by this state manager.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub CleanUp() 
    'Usage
     
    
    Dim instance As NStateManager
     
    instance.CleanUp()
    public abstract void CleanUp()
    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