Loupe - Log - Monitor - Resolve
Loupe.Extensibility Namespace / IRepository Interface / Sessions Property

In This Topic
    Sessions Property (IRepository)
    In This Topic
    The set of all sessions in the repository.
    Syntax
    'Declaration
     
    
    ReadOnly Property Sessions As ISessionSummaryCollection
    ISessionSummaryCollection Sessions {get;}
    Remarks

    This contains the summary information. To load the full contents of a a session where local data files are available use the LoadSession method.

    The supplied collection is a binding list and supports update events for the individual sessions and contents of the repository.

    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