Loupe - Log - Monitor - Resolve
Loupe.Extensibility Namespace / IRepository Interface / 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 (IRepository)
    In This Topic
    Get a stream for the contents of a session file
    Syntax
    'Declaration
     
    
    Function LoadSessionFileStream( _
       ByVal sessionId As Guid, _
       ByVal fileId As Guid _
    ) As Stream
    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.
    Exceptions
    ExceptionDescription
    Thrown if no session exists with the specified Id
    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