Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NStateManager Class / AcquireState Method


In This Topic
    AcquireState Method (NStateManager)
    In This Topic
    Override this method to implement the state lookup logic.
    Syntax
    'Declaration
     
    
    Public MustOverride Function AcquireState() As NStateObject
    'Usage
     
    
    Dim instance As NStateManager
    Dim value As NStateObject
     
    value = instance.AcquireState()
    public abstract NStateObject AcquireState()

    Return Value

    The state object.
    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