GoDiagram Web Reference
GetSessionViewsTable Method

A Dictionary of all GoViews is maintained for the current Session.
Syntax
'Declaration
 
Public Overridable Function GetSessionViewsTable() As Dictionary(Of String,GoView)
public virtual Dictionary<string,GoView> GetSessionViewsTable()

Return Value

a Dictionary mapping ID strings to GoView instances
Remarks
This dictionary is used by the ImagePage to find the proper view to render as an image. The keys are normally generated by calls to MakeSessionViewID. This dictionary also holds objects considered to be stored in the clipboard. If you know that you will not be using this state any longer, for example when you will be calling HttpResponse.Redirect to go to another website, you may wish to Clear this table in order to free up memory, rather than waiting for the session to time out. If you want to free up session state for just one view, call ClearSessionView.
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

Reference

GoView Class
GoView Members
FindSessionView Method
StoreSessionView Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback