ESRI.ArcGIS.ADF.Web.UI.WebControls
RemoveAllSessionState Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > StateManager Class : RemoveAllSessionState Method




recursive
If true, will remove session state stored values for child controls as well
Removes all values stored in Session for the control

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAllSessionState( _
   ByVal recursive As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As StateManager
Dim recursive As Boolean
 
instance.RemoveAllSessionState(recursive)
C# 
public void RemoveAllSessionState( 
   bool recursive
)

Parameters

recursive
If true, will remove session state stored values for child controls as well

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.