Click or drag to resize

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; }

Property Value

Type: Int64
The thread count.

Implements

ISessionPerformanceInfoThreadCount
See Also