System.Analytics.IApplicationActivityCacheManager.CacheCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CacheCount: Integer read GetCacheCount;

C++

__property int CacheCount = {read=GetCacheCount};

Properties

Type Visibility Source Unit Parent
property public
System.Analytics.pas
System.Analytics.hpp
System.Analytics IApplicationActivityCacheManager

Description

Number of events currently stored in the temporary data cache.

See Also