Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / ISessionAnalyzer Interface / Process Method
The session to be analyzed

In This Topic
    Process Method (ISessionAnalyzer)
    In This Topic
    Analyze the provided session.
    Syntax
    'Declaration
     
    
    Sub Process( _
       ByVal session As ISession _
    ) 
    void Process( 
       ISession session
    )

    Parameters

    session
    The session to be analyzed
    Remarks
    This method is invoked when new session data is available. Since a session can be composed of many fragments this may be called many times as more data is available. If there is a failure during processing it is possible for the same fragment to be analyzed multiple times.
    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