Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / IRepositoryContext Interface / DisplaySession Method
The unique Id of the session to be displayed.
Optional. Additional state information to be provided to the ISessionController for the session being opened

In This Topic
    DisplaySession Method
    In This Topic
    Ask the user interface to display the specified session from the current repository
    Syntax
    'Declaration
     
    
    Sub DisplaySession( _
       ByVal sessionId As Guid, _
       ByVal state As Object _
    ) 
    void DisplaySession( 
       Guid sessionId,
       object state
    )

    Parameters

    sessionId
    The unique Id of the session to be displayed.
    state
    Optional. Additional state information to be provided to the ISessionController for the session being opened
    Remarks
    If no session could be found with the specified id then nothing will happen and no 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