ISessionPerformanceInfoTotalProtocolCacheHits Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Total hits in all protocol
caches. The protocol caches Windows objects that are likely to be re-used to avoid having
to re-send them on the transmission line. Example objects are Windows icons and brushes.
Hits in the cache represent objects that did not must be re-sent.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long TotalProtocolCacheHits { get; set; }
Property TotalProtocolCacheHits As Long
Get
Set
property long long TotalProtocolCacheHits {
long long get ();
void set (long long value);
}
abstract TotalProtocolCacheHits : int64 with get, set
Property Value
Type:
Int64
The total protocol cache hits.
See Also