ISessionPerformanceInfoPercentUserTime 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 long PercentUserTime { get; set; }
Property PercentUserTime As Long
Get
Set
property long long PercentUserTime {
long long get ();
void set (long long value);
}
abstract PercentUserTime : int64 with get, set
Property Value
Type:
Int64
The percent user time.
See Also