Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / SessionDataExists Method / SessionDataExists(Guid) Method
The unique Id of the session to be checked.

SessionDataExists(Guid) Method
Find if session data (more than just the header information) exists for a session with the provided Id
Syntax
'Declaration
 
Public Overloads Function SessionDataExists( _
   ByVal sessionId As Guid _
) As Boolean
 

Parameters

sessionId
The unique Id of the session to be checked.

Return Value

True if the repository has at least some session data in the repository, false otherwise.
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