SessionPerformanceInfoPercentPrivilegedTime Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Percentage of elapsed time
that the threads of the process have spent executing code in privileged mode. When an-
operating system service is called, the service often runs in privileged mode to gain access
to system-private data. Such data is protected from access by threads executing in user mode.
Calls to the system can be explicit or implicit, such as page faults or interrupts.
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 PercentPrivilegedTime { get; set; }
<DataMemberAttribute>
Public Property PercentPrivilegedTime As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long PercentPrivilegedTime {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract PercentPrivilegedTime : int64 with get, set
[<DataMemberAttribute>]
override PercentPrivilegedTime : int64 with get, set
Property Value
Type:
Int64
The percent privileged time.
Implements
ISessionPerformanceInfoPercentPrivilegedTimeSee Also