IApplicationInfoServiceGetSystemPerformanceInfo Method  | 
 Gets system performance information (e.g. CPU and memory usage).
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxSystemPerformanceInfo GetSystemPerformanceInfo()
Function GetSystemPerformanceInfo As SystemPerformanceInfo
SystemPerformanceInfo^ GetSystemPerformanceInfo()
abstract GetSystemPerformanceInfo : unit -> SystemPerformanceInfo 
Return Value
Type: 
SystemPerformanceInfoAn object containing the details of the system performance.
Remarks
            Note: this method will take at least 1 second to complete.
            
See Also