Loupe - Log - Monitor - Resolve
Loupe.Extensibility Namespace / IRepository Interface / LoadSession Method
The unique Id of the session to be loaded.

In This Topic
    LoadSession Method (IRepository)
    In This Topic
    Load a session by its Id
    Syntax
    'Declaration
     
    
    Function LoadSession( _
       ByVal sessionId As Guid _
    ) As ISession
    ISession LoadSession( 
       Guid sessionId
    )

    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