Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / ISessionController Interface / Open Method
Optional. Arguments that were provided to the request to display the session.

In This Topic
    Open Method (ISessionController)
    In This Topic
    Called when the session is being displayed or re-displayed,
    Syntax
    'Declaration
     
    
    Sub Open( _
       ByVal state As Object _
    ) 
    void Open( 
       object state
    )

    Parameters

    state
    Optional. Arguments that were provided to the request to display the session.
    Remarks
    This method may be called multiple times on the same controller if a user attempts to reopen the same session while it is still displayed. In this case a new state may be provided.
    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