Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NBatonSessionStateManager Class
Members


In This Topic
    NBatonSessionStateManager Class
    In This Topic
    NBatonSessionStateAgent maintains a state between two postbacks. On every postback the manager checks if a prevoius state exists and if yes removes it, prior to storing a new one.
    Object Model
    NBatonSessionStateManager Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NBatonSessionStateManager 
       Inherits NStateManager
    'Usage
     
    
    Dim instance As NBatonSessionStateManager
    public abstract class NBatonSessionStateManager : NStateManager 
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NStateManager
          Nevron.UI.WebForm.Controls.NBatonSessionStateManager
             Nevron.Chart.WebForm.NChartBatonSessionStateManager
             Nevron.Diagram.WebForm.NDiagramBatonSessionStateManager

    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