Click or drag to resize
Grid Solutions Framework

GSFDeviceAlarmStateAdapter Methods

The GSFDeviceAlarmStateAdapter type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all the resources used by the AdapterBase object.
(Inherited from AdapterBase.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the GSFDeviceAlarmStateAdapter object and optionally releases the managed resources.
(Overrides AdapterBaseDispose(Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases the unmanaged resources before the AdapterBase object is reclaimed by GC.
(Inherited from AdapterBase.)
Public methodGetHashCode
Serves as a hash function for the current AdapterBase.
(Inherited from AdapterBase.)
Public methodStatic memberGetShortElapsedTimeString
Public methodGetShortStatus
Gets a short one-line status of this adapter.
(Overrides AdapterBaseGetShortStatus(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIncrementProcessedMeasurements
Safely increments the total processed measurements.
(Inherited from AdapterBase.)
Public methodInitialize (Overrides FacileActionAdapterBaseInitialize.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConfigurationChanged
Raises ConfigurationChanged event.
(Inherited from AdapterBase.)
Protected methodOnDiscardingMeasurements
Raises the DiscardingMeasurements event.
(Inherited from FacileActionAdapterBase.)
Protected methodOnInputMeasurementKeysUpdated
Raises InputMeasurementKeysUpdated event.
(Inherited from AdapterBase.)
Protected methodOnNewMeasurements
Raises the NewMeasurements event.
(Inherited from FacileActionAdapterBase.)
Protected methodOnOutputMeasurementsUpdated
Raises OutputMeasurementsUpdated event.
(Inherited from AdapterBase.)
Protected methodOnProcessException(Exception) Obsolete.
Raises the ProcessException event.
(Inherited from AdapterBase.)
Protected methodOnProcessException(MessageLevel, Exception, String, MessageFlags)
Raises the ProcessException event.
(Inherited from AdapterBase.)
Protected methodOnStatusMessage(String) Obsolete.
Raises the StatusMessage event.
(Inherited from AdapterBase.)
Protected methodOnStatusMessage(String, Object) Obsolete.
Raises the StatusMessage event with a formatted status message.
(Inherited from AdapterBase.)
Protected methodOnStatusMessage(MessageLevel, String, String, MessageFlags)
Raises the StatusMessage event and sends this data to the Logger.
(Inherited from AdapterBase.)
Protected methodOnUnpublishedSamples
Raises the UnpublishedSamples event.
(Inherited from FacileActionAdapterBase.)
Public methodQueueMeasurementForProcessing
Queues a single measurement for processing.
(Inherited from FacileActionAdapterBase.)
Public methodQueueMeasurementsForProcessing
Queues a collection of measurements for processing.
(Inherited from FacileActionAdapterBase.)
Public methodQueueStateUpdate
Queues monitoring operation to update alarm state for immediate execution.
Public methodSetInitializedState
Manually sets the initialized state of the AdapterBase.
(Inherited from AdapterBase.)
Public methodSetTemporalConstraint
Defines a temporal processing constraint for the adapter.
(Inherited from AdapterBase.)
Public methodStart
Starts the AdapterBase or restarts it if it is already running.
(Inherited from AdapterBase.)
Public methodStop
Stops the AdapterBase.
(Inherited from AdapterBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateAlarmStates
Updates alarm states from database.
Top
See Also