Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartStateManagerFactory Class / CreateInstance Method
An object of type HttpContext.


In This Topic
    CreateInstance Method (NChartStateManagerFactory)
    In This Topic
    Creates a state manager.
    Syntax
    'Declaration
     
    
    Public Overrides Function CreateInstance( _
       ByVal httpContext As System.Web.HttpContext _
    ) As NStateManager
    'Usage
     
    
    Dim instance As NChartStateManagerFactory
    Dim httpContext As System.Web.HttpContext
    Dim value As NStateManager
     
    value = instance.CreateInstance(httpContext)
    public override NStateManager CreateInstance( 
       System.Web.HttpContext httpContext
    )

    Parameters

    httpContext
    An object of type HttpContext.

    Return Value

    A state manager.
    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