Click or drag to resize

SessionPerformanceInfoPercentUserTime Property

Win32_PerfFormattedData_TermService_TerminalServicesSession: Percentage of elapsed time that this process's threads have spent executing code in user mode. Applications, environment subsystems and integral subsystems execute in user mode. Code executing in user mode cannot damage the integrity of the operating system executive, kernel, and device drivers. The operating system uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes. These subsystem processes provide additional protection. Therefore, some work done by the operating system on behalf of your application might appear in other subsystem processes in addition to the privileged time in your process.

Namespace:  Xcalibur.Models.Sessions
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public long PercentUserTime { get; set; }

Property Value

Type: Int64
The percent user time.

Implements

ISessionPerformanceInfoPercentUserTime
See Also