ISessionPerformanceInfoVirtualBytesPeak Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Maximum number of bytes of
virtual address space the process has used at any one time. Use of virtual address space
does not necessarily imply corresponding use of either disk or main memory pages. Maximum
number of bytes of virtual address space the process has used at any one time. Use of
virtual address space does not necessarily imply corresponding use of either disk or main
memory pages. Virtual space is finite and, by using too much, the process might limit its
ability to load libraries.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long VirtualBytesPeak { get; set; }
Property VirtualBytesPeak As Long
Get
Set
property long long VirtualBytesPeak {
long long get ();
void set (long long value);
}
abstract VirtualBytesPeak : int64 with get, set
Property Value
Type:
Int64
The virtual bytes peak.
See Also