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