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