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

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

    Parameters

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

    Return Value

    A stream that should be immediately copied and then disposed. If no session 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