Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / Sessions Property

In This Topic
    Sessions Property (LocalRepository)
    In This Topic
    The set of all sessions in the repository.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Sessions As ISessionSummaryCollection
    public virtual 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