ISessionPerformanceInfoWorkingSetPeak Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Maximum number of bytes in the
working set of this process at any polong in time. 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 WorkingSetPeak { get; set; }
Property WorkingSetPeak As Long
Get
Set
property long long WorkingSetPeak {
long long get ();
void set (long long value);
}
abstract WorkingSetPeak : int64 with get, set
Property Value
Type:
Int64
The working set peak.
See Also