Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / LoadSessionFileStream Method
The unique Id of the session to retrieve the stream for.
The unique Id of the session file to retrieve the stream for.

In This Topic
    LoadSessionFileStream Method (LocalRepository)
    In This Topic
    Get a generic stream for the contents of a session file
    Syntax
    'Declaration
     
    
    Public Function LoadSessionFileStream( _
       ByVal sessionId As Guid, _
       ByVal fileId As Guid _
    ) As Stream
    public Stream LoadSessionFileStream( 
       Guid sessionId,
       Guid fileId
    )

    Parameters

    sessionId
    The unique Id of the session to retrieve the stream for.
    fileId
    The unique Id of the session file to retrieve the stream for.

    Return Value

    A stream that should be immediately copied and then disposed. If no file could be found with the provided Id an 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