C-DEngine 5.105

TheThing..::..RegisterForUpdateHistory Method

Overload List


  Name Description
Public method RegisterForUpdateHistory(TheHistoryParameters)
Public method RegisterForUpdateHistory<(Of <<'(T>)>>)(TheHistoryParameters)
Public method RegisterForUpdateHistory<(Of <<'(T>)>>)(TheHistoryParameters, TheStorageMirror<(Of <<'(T>)>>))
Public method RegisterForUpdateHistory(Int32, TimeSpan, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), TimeSpan, Boolean, Boolean) Obsolete.
Gathers history for property changes to the TheThing according to the filters specified in the parameters. Returns a token that can be used to retrieve history items for the filter. Each independent consumer needs to obtain a token of their own. Tokens can be reused across restarts if permanent=true is specified. Otherwise a new token must be obtained after a restart. Tokens must be unregistered when the history filter is no longer needed in order to free up system resources, especially if the consumer was registered as permanent.