Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / SessionDataExists Method / SessionDataExists(Guid,Guid) Method
The unique Id of the session to be checked.
The unique Id of the session fragment to be checked.

In This Topic
    SessionDataExists(Guid,Guid) Method
    In This Topic
    Find if session data (more than just the header information) exists for a session with the provided Id
    Syntax
    'Declaration
     
    
    Public Overloads Function SessionDataExists( _
       ByVal sessionId As Guid, _
       ByVal fileId As Guid _
    ) As Boolean
    public bool SessionDataExists( 
       Guid sessionId,
       Guid fileId
    )

    Parameters

    sessionId
    The unique Id of the session to be checked.
    fileId
    The unique Id of the session fragment to be checked.

    Return Value

    True if the repository has the indicated session fragment 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