Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartRenderSessionStateManager Class / NChartRenderSessionStateManager Constructor / NChartRenderSessionStateManager Constructor(HttpContext,NWebControl)
The HTTP request of the current request.
The associated web control.


In This Topic
    NChartRenderSessionStateManager Constructor(HttpContext,NWebControl)
    In This Topic
    Initializes a new instance of the state manager with given HTTP context and web control.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal httpContext As System.Web.HttpContext, _
       ByVal webControl As NWebControl _
    )
    'Usage
     
    
    Dim httpContext As System.Web.HttpContext
    Dim webControl As NWebControl
     
    Dim instance As New NChartRenderSessionStateManager(httpContext, webControl)
    public NChartRenderSessionStateManager( 
       System.Web.HttpContext httpContext,
       NWebControl webControl
    )

    Parameters

    httpContext
    The HTTP request of the current request.
    webControl
    The associated web control.
    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