The HistoricalDataManager type exposes the following members.

Methods

  NameDescription
Public methodApplyChanges
Refreshes the Alarms List. Filter is re-applied, Aliases, Conditions, Dictionaries are re-calculated.
(Inherited from DataManager.)
Public methodCancel
Cancels the current operation
Public methodConnect
Connects the point of the selected subscription
(Inherited from DataManager.)
Public methodDisconnect
Disconnect added points
(Inherited from DataManager.)
Public methodDispose
Implements IDisposable
(Inherited from DataManager.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetActiveBeepStyle
Retrieve the active beep style
(Inherited from DataManager.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetImageCache
Returns the list of Image keys (and their Base64Stream sources) that will be used by the AlarmData of the data manager
(Inherited from DataManager.)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnfilteredAlarms
Returns an array of all alarms retrieved, even the alarms that are not available in the Alarms collection because they are filtered
(Inherited from DataManager.)
Public methodIsServerConnected
Checks if an event point is connected or not
(Inherited from DataManager.)
Public methodMarkAsErrorHandled
Removes the error from the history
Public methodMoreData
Use this method to retrieve more data. If Page size is overridden the whole historical data is requested
Public methodOnBlink
Fires blink event
(Inherited from DataManager.)
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Public methodRefresh
Request historical data in the time range specified. The session's buffer will get no more that pageSize top records. data in the buffer are guaranteed to be sorted by time in the descending order - latest entries first.
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodShouldBlink
Checks if alarms should blink
(Inherited from DataManager.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateAlias
Updates the list of alias used by the data manager
(Inherited from DataManager.)

See Also