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

In This Topic
    SessionExists Method (LocalRepository)
    In This Topic
    Find if a session exists with the provided Id
    Syntax
    'Declaration
     
    
    Public Function SessionExists( _
       ByVal sessionId As Guid _
    ) As Boolean
    public bool SessionExists( 
       Guid sessionId
    )

    Parameters

    sessionId
    The unique Id of the session to be checked.

    Return Value

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