Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 904 Bytes

updatelastaccesseddate.md

File metadata and controls

27 lines (18 loc) · 904 Bytes

UpdateLastAccessedDate

Description

Updates the Last Accessed Date associated to a registered installation on the server.

Note that to call this function, you must initialize the QlmAnalytics object with the following properties:

  • WebServiceUrl
  • CommunicationEncryptionKey
  • GUID (persistence key)
bool UpdateLastAccessedDate(string installID)

Parameters

Parameter Type Description
installID string unique identifier of this installation, returned by a call to AddInstall

Return

Type Description
Boolean true if the operation was successful; otherwise, false.