Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / LoadSession Method
The unique Id of the session to be loaded.

LoadSession Method (LocalRepository)
Load a session by its Id
Syntax
'Declaration
 
Public Function LoadSession( _
   ByVal sessionId As Guid _
) As ISession
 

Parameters

sessionId
The unique Id of the session to be loaded.

Return Value

A session object representing the specified session. If no session can be found with the provided Id an exception will be thrown.
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