Nevron.Diagram.WebForm Namespace / NDiagramPermanentSessionStateManager Class / NDiagramPermanentSessionStateManager Constructor / NDiagramPermanentSessionStateManager Constructor(HttpContext,NWebControl)


In This Topic
    NDiagramPermanentSessionStateManager Constructor(HttpContext,NWebControl)
    In This Topic
    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 NDiagramPermanentSessionStateManager(httpContext, webControl)
    public NDiagramPermanentSessionStateManager( 
       System.Web.HttpContext httpContext,
       NWebControl webControl
    )

    Parameters

    httpContext
    webControl
    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