Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility Namespace / IRepository Interface / LoadSessionStream Method
The unique Id of the session to retrieve the stream for.

LoadSessionStream Method (IRepository)
Get a stream for the contents of an entire session
Syntax
'Declaration
 
Function LoadSessionStream( _
   ByVal sessionId As Guid _
) As Stream
 

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.
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