System.Analytics.IApplicationActivityCacheManager.PersistData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PersistData(const Wait: Boolean);

C++

virtual void __fastcall PersistData(const bool Wait) = 0 ;

Properties

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

Description

Persists the collected data either by uploading it to a server or writing it to a file.

The PersistData function should spawn a background thread for saving the data. If Wait is False, the process of sending data is done in the background. If the Wait parameter is True, all the processing must be done before PersistData returns.

See Also