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 (24.3.0.1000)
Syntax
SystemPerformanceInfo GetSystemPerformanceInfo()

Return Value

Type: SystemPerformanceInfo
An object containing the details of the system performance.
Remarks
Note: this method will take at least 1 second to complete.
See Also