Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / SessionIsRunning Method
The unique Id of the session to be checked.

In This Topic
    SessionIsRunning Method
    In This Topic
    Find if the session is running with the provided Id
    Syntax
    'Declaration
     
    
    Public Function SessionIsRunning( _
       ByVal sessionId As Guid _
    ) As Boolean
    public bool SessionIsRunning( 
       Guid sessionId
    )

    Parameters

    sessionId
    The unique Id of the session to be checked.

    Return Value

    True if the session exists in the repository and is running, 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