SessionPerformanceInfoTotalProtocolCacheHits 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 [DataMemberAttribute]
public long TotalProtocolCacheHits { get; set; }
<DataMemberAttribute>
Public Property TotalProtocolCacheHits As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long TotalProtocolCacheHits {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract TotalProtocolCacheHits : int64 with get, set
[<DataMemberAttribute>]
override TotalProtocolCacheHits : int64 with get, set
Property Value
Type:
Int64
The total protocol cache hits.
Implements
ISessionPerformanceInfoTotalProtocolCacheHitsSee Also