Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / GLFWriter Class / GLFWriter Constructor / GLFWriter Constructor(Stream,SessionSummary)
The file stream to write the session file into (should be empty)

GLFWriter Constructor(Stream,SessionSummary)
Initialize the GLF writer for the provided session which has already been recorded.
Syntax
'Declaration
 
Public Function New( _
   ByVal file As Stream, _
   ByVal sessionSummary As SessionSummary _
)
 

Parameters

file
The file stream to write the session file into (should be empty)
sessionSummary
Remarks
This constructor is designed for use with sessions that have already been completed and closed.
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