SessionPerformanceInfoThreadCount Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Number of threads currently
active in this process. An instruction is the basic unit of execution in a processor, and a
thread is the object that executes instructions. Every running process has at least one
thread.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public long ThreadCount { get; set; }<DataMemberAttribute>
Public Property ThreadCount As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long ThreadCount {
long long get () sealed;
void set (long long value) sealed;
}[<DataMemberAttribute>]
abstract ThreadCount : int64 with get, set
[<DataMemberAttribute>]
override ThreadCount : int64 with get, set
Property Value
Type:
Int64
The thread count.
Implements
ISessionPerformanceInfoThreadCount
See Also