Updates the Last Accessed Date associated to a registered installation on the server.
Note that to call this function, you must:
- Have a QLM Enterprise License
- Initialize the QlmAnalytics object with the following properties:
- WebServiceUrl
- CommunicationEncryptionKey
- GUID (persistence key)
C#: bool UpdateLastAccessedDate(string installID)
Parameters
- installID: unique identifier of this installation, returned by a call to AddInstall
Return
Returns true if the data was successfully published to the server.
Comments
0 comments
Please sign in to leave a comment.