ISessionPerformanceInfoWorkingSet Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Current number of bytes in
the working set of this process. The working set is the set of memory pages touched recently
by the threads in the process. If free memory in the computer is above a threshold, pages
are left in the working set of a process even if they are not in use. When free memory
falls below a threshold, pages are trimmed from working sets. If they are needed, they are
then soft-faulted back longo the working set before they leave main memory.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long WorkingSet { get; set; }
Property WorkingSet As Long
Get
Set
property long long WorkingSet {
long long get ();
void set (long long value);
}
abstract WorkingSet : int64 with get, set
Property Value
Type:
Int64
The working set.
See Also