Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Session Class / AddPacketStream Method
The GLFReader which owns the stream to be added.

In This Topic
    AddPacketStream Method
    In This Topic
    Add the provided GLF stream (could be for an entire session or a session fragment) to the list of streams to be loaded.
    Syntax
    'Declaration
     
    
    Public Sub AddPacketStream( _
       ByVal glfReader As GLFReader _
    ) 
    public void AddPacketStream( 
       GLFReader glfReader
    )

    Parameters

    glfReader
    The GLFReader which owns the stream to be added.
    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