Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / SimplePackage Class / GetStats Method
The number of sessions in the entire repository
The number of sessions with problems in the folder and all folders it contains
The number of files for all of the sessions in the repository
The total number of bytes used by files in the repository

GetStats Method
Get summary statistics about the sessions in the repository
Syntax
'Declaration
 
Public Sub GetStats( _
   ByRef sessions As Integer, _
   ByRef problemSessions As Integer, _
   ByRef files As Integer, _
   ByRef fileBytes As Long _
) 
 

Parameters

sessions
The number of sessions in the entire repository
problemSessions
The number of sessions with problems in the folder and all folders it contains
files
The number of files for all of the sessions in the repository
fileBytes
The total number of bytes used by files in the repository
Remarks
Problems are crashed sessions or sessions with critical or error messages.
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