GoDiagram Web Reference
FindSessionView Method (GoWebImageHandler)

Return the GoView that is stored in the Session whose unique ID is id.
Syntax
'Declaration
 
Public Overridable Function FindSessionView( _
   ByVal context As HttpContext, _
   ByVal id As String _
) As GoView
public virtual GoView FindSessionView( 
   HttpContext context,
   string id
)

Parameters

context
id

Return Value

If no GoView is stored in the Session, either because no such view was serialized, or because the session state was lost because the session timed-out, this will return null, causing no image to be streamed as a response. The table lookup key was generated by the view's MakeSessionViewID method.
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

GoWebImageHandler Class
GoWebImageHandler Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback