Click or drag to resize

ActionAdapterBase Methods

The ActionAdapterBase type exposes the following members.

Methods
  Name Description
Protected method AssignMeasurementToFrame Assigns IMeasurement to its associated IFrame.
(Inherited from ConcentratorBase)
Protected method CreateNewFrame Creates a new IFrame for the given timestamp.
(Inherited from ConcentratorBase)
Public method Dispose Releases all the resources used by the ConcentratorBase object.
(Inherited from ConcentratorBase)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the ActionAdapterBase object and optionally releases the managed resources.
(Overrides ConcentratorBaseDispose(Boolean))
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method ExamineQueueState Examines the concentrator frame queue state of the ActionAdapterBase.
Protected method Finalize Releases the unmanaged resources before the ConcentratorBase object is reclaimed by GC.
(Inherited from ConcentratorBase)
Public method GetHashCode Serves as a hash function for the current ActionAdapterBase.
(Overrides ObjectGetHashCode)
Public method GetShortStatus Gets a short one-line status of this ActionAdapterBase.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Initialize Initializes ActionAdapterBase.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method MillisecondsFromRealTime Returns the deviation, in milliseconds, that the given number of ticks is from real-time (i.e., RealTime).
(Inherited from ConcentratorBase)
Protected method OnConfigurationChanged Raises ConfigurationChanged event.
Protected method OnDiscardingMeasurements Raises the DiscardingMeasurements event.
(Inherited from ConcentratorBase)
Protected method OnInputMeasurementKeysUpdated Raises InputMeasurementKeysUpdated event.
Protected method OnNewMeasurements Raises the NewMeasurements event.
Protected method OnOutputMeasurementsUpdated Raises OutputMeasurementsUpdated event.
Protected method OnProcessException(Exception) Obsolete.
Raises the ProcessException event.
(Inherited from ConcentratorBase)
Protected method OnProcessException(MessageLevel, Exception, String, MessageFlags) Raises the ProcessException event.
(Inherited from ConcentratorBase)
Protected method OnStatusMessage(String) Obsolete.
Raises the StatusMessage event.
Protected method OnStatusMessage(String, Object) Obsolete.
Raises the StatusMessage event with a formatted status message.
Protected method OnStatusMessage(MessageLevel, String, String, MessageFlags) Raises the StatusMessage event and sends this data to the Logger.
Protected method OnUnpublishedSamples Raises the UnpublishedSamples event.
(Inherited from ConcentratorBase)
Protected method PublishFrame Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined LagTime.
(Inherited from ConcentratorBase)
Public method QueueMeasurementsForProcessing Queues a collection of measurements for processing. Measurements are automatically filtered to the defined InputMeasurementKeys.
Public method ResetStatistics Resets the statistics of the ActionAdapterBase.
(Overrides ConcentratorBaseResetStatistics)
Public method SecondsFromRealTime Returns the deviation, in seconds, that the given number of ticks is from real-time (i.e., RealTime).
(Inherited from ConcentratorBase)
Public method SetInitializedState Manually sets the initialized state of the ActionAdapterBase.
Public method SetTemporalConstraint Defines a temporal processing constraint for the adapter.
Public method SortMeasurement Sorts the IMeasurement placing the data point in its proper IFrame.
(Inherited from ConcentratorBase)
Public method SortMeasurements Sorts each IMeasurement placing each data point in its proper IFrame.
(Inherited from ConcentratorBase)
Public method Start Starts the ActionAdapterBase or restarts it if it is already running.
(Overrides ConcentratorBaseStart)
Public method Stop Stops the ActionAdapterBase.
(Overrides ConcentratorBaseStop)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Protected method TryGetMinimumNeededMeasurements Attempts to retrieve the minimum needed number of measurements from the frame (as specified by MinimumMeasurementsToUse)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method InputMeasurementKeys Returns the MeasurementKey values of the IAdapter input measurements.
(Defined by IAdapterExtensions)
Public Extension Method OutputMeasurementKeys Returns the MeasurementKey values of the IAdapter output measurements.
(Defined by IAdapterExtensions)
Public Extension Method TemporalConstraintIsDefined Returns true if IAdapter has a temporal constraint defined, i.e., either StartTimeConstraint or StopTimeConstraint is not set to its default value.
(Defined by IAdapterExtensions)
Top
See Also