Vcl.AppAnalytics.TAppAnalytics.UpdateInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateInterval: Integer read GetUpdateInterval write  SetUpdateInterval;

C++

__property int UpdateInterval = {read=GetUpdateInterval, write=SetUpdateInterval, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.AppAnalytics.pas
Vcl.AppAnalytics.hpp
Vcl.AppAnalytics TAppAnalytics

Description

The interval, in seconds, at which AppAnalytics will automatically send whatever data it has collected to the server for analysis.

The default value is 600 miliseconds. AppAnalytics will send usage data to the server whenever the UpdateInterval has expired or the CacheSize is reached. AppAnalytics will also send a final update to the server when the application exits.

See Also