Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartPostbackTechnology Class / EnumerateStateManagers Method


In This Topic
    EnumerateStateManagers Method (NChartPostbackTechnology)
    In This Topic
    Enumerates all state agents, applicable to this client-server technology.
    Syntax
    'Declaration
     
    
    Public Overrides Function EnumerateStateManagers( _
       ByVal webControl As NWebControl _
    ) As System.Collections.Generic.Dictionary(Of Type,Object)
    'Usage
     
    
    Dim instance As NChartPostbackTechnology
    Dim webControl As NWebControl
    Dim value As System.Collections.Generic.Dictionary(Of Type,Object)
     
    value = instance.EnumerateStateManagers(webControl)
    public override System.Collections.Generic.Dictionary<Type,object> EnumerateStateManagers( 
       NWebControl webControl
    )

    Parameters

    webControl

    Return Value

    A generic dictionary, containing all applicable state managers.
    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