The RealTimeDataManager type exposes the following members.

Methods

  NameDescription
Public methodAcknowledge
Acknowledges the alarms using a custom user
Public methodAlarmSetState(List<(Of <<'(AlarmData>)>>), String, StateOperation, AsyncCallback)
Sets the state of alarms using the system security
Public methodAlarmSetState(List<(Of <<'(AlarmData>)>>), String, String, StateOperation, AsyncCallback)
Sets the state of alarms using a custom user
Public methodApplyChanges
Refreshes the Alarms List. Filter is re-applied, Aliases, Conditions, Dictionaries are re-calculated.
(Inherited from DataManager.)
Public methodClearEmptyRows
Removes empty rows from the grid
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 methodHasActiveAlarms
Checks if the manager has active alarms
Public methodIsServerConnected
Checks if an event point is connected or not
(Inherited from DataManager.)
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.)
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