SessionPerformanceInfoHandleCount Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Total number of handles
currently opened by this process. This number is the sum of the handles currently opened
by each thread in this 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 HandleCount { get; set; }
<DataMemberAttribute>
Public Property HandleCount As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long HandleCount {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract HandleCount : int64 with get, set
[<DataMemberAttribute>]
override HandleCount : int64 with get, set
Property Value
Type:
Int64
The handle count.
Implements
ISessionPerformanceInfoHandleCountSee Also