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


In This Topic
    NRenderSessionStateManager Class
    In This Topic
    NRenderSessionStateAgent maintains a state between the HTML render phase and the image render phase. When an image is rendered, the state object, stored into the session state, is removed.
    Object Model
    NRenderSessionStateManager Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NRenderSessionStateManager 
       Inherits NStateManager
    'Usage
     
    
    Dim instance As NRenderSessionStateManager
    public abstract class NRenderSessionStateManager : NStateManager 
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NStateManager
          Nevron.UI.WebForm.Controls.NRenderSessionStateManager
             Nevron.Chart.WebForm.NChartRenderSessionStateManager
             Nevron.Diagram.WebForm.NDiagramRenderSessionStateManager

    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