|   | Action | 
The ActionAdapterBase type exposes the following members.
 Methods
Methods
        | Name | Description | |
|---|---|---|
|   | AssignMeasurementToFrame | Assigns IMeasurement to its associated IFrame. (Inherited from ConcentratorBase) | 
|   | CreateNewFrame | Creates a new IFrame for the given timestamp. (Inherited from ConcentratorBase) | 
|   | Dispose | Releases all the resources used by the ConcentratorBase object. (Inherited from ConcentratorBase) | 
|   | Dispose(Boolean) | Releases the unmanaged resources used by the ActionAdapterBase object and optionally releases the managed resources. (Overrides ConcentratorBaseDispose(Boolean)) | 
|   | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|   | ExamineQueueState | Examines the concentrator frame queue state of the ActionAdapterBase. | 
|   | Finalize | Releases the unmanaged resources before the ConcentratorBase object is reclaimed by GC. (Inherited from ConcentratorBase) | 
|   | GetHashCode | Serves as a hash function for the current ActionAdapterBase. (Overrides ObjectGetHashCode) | 
|   | GetShortStatus | Gets a short one-line status of this ActionAdapterBase. | 
|   | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|   | Initialize | Initializes ActionAdapterBase. | 
|   | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|   | MillisecondsFromRealTime | Returns the deviation, in milliseconds, that the given number of ticks is from real-time (i.e., RealTime). (Inherited from ConcentratorBase) | 
|   | OnConfigurationChanged | Raises ConfigurationChanged event. | 
|   | OnDiscardingMeasurements | Raises the DiscardingMeasurements event. (Inherited from ConcentratorBase) | 
|   | OnInputMeasurementKeysUpdated | Raises InputMeasurementKeysUpdated event. | 
|   | OnNewMeasurements | Raises the NewMeasurements event. | 
|   | OnOutputMeasurementsUpdated | Raises OutputMeasurementsUpdated event. | 
|   | OnProcessException(Exception) | Obsolete. Raises the ProcessException event. (Inherited from ConcentratorBase) | 
|   | OnProcessException(MessageLevel, Exception, String, MessageFlags) | Raises the ProcessException event. (Inherited from ConcentratorBase) | 
|   | OnStatusMessage(String) | Obsolete. Raises the StatusMessage event. | 
|   | OnStatusMessage(String, Object) | Obsolete. Raises the StatusMessage event with a formatted status message. | 
|   | OnStatusMessage(MessageLevel, String, String, MessageFlags) | Raises the StatusMessage event and sends this data to the Logger. | 
|   | OnUnpublishedSamples | Raises the UnpublishedSamples event. (Inherited from ConcentratorBase) | 
|   | PublishFrame | Publish IFrame of time-aligned collection of IMeasurement values that arrived within the
            concentrator's defined LagTime. (Inherited from ConcentratorBase) | 
|   | QueueMeasurementsForProcessing | Queues a collection of measurements for processing. Measurements are automatically filtered to the defined InputMeasurementKeys. | 
|   | ResetStatistics | Resets the statistics of the ActionAdapterBase. (Overrides ConcentratorBaseResetStatistics) | 
|   | SecondsFromRealTime | Returns the deviation, in seconds, that the given number of ticks is from real-time (i.e., RealTime). (Inherited from ConcentratorBase) | 
|   | SetInitializedState | Manually sets the initialized state of the ActionAdapterBase. | 
|   | SetTemporalConstraint | Defines a temporal processing constraint for the adapter. | 
|   | SortMeasurement | Sorts the IMeasurement placing the data point in its proper IFrame. (Inherited from ConcentratorBase) | 
|   | SortMeasurements | Sorts each IMeasurement placing each data point in its proper IFrame. (Inherited from ConcentratorBase) | 
|   | Start | Starts the ActionAdapterBase or restarts it if it is already running. (Overrides ConcentratorBaseStart) | 
|   | Stop | Stops the ActionAdapterBase. (Overrides ConcentratorBaseStop) | 
|   | ToString | Returns a string that represents the current object. (Inherited from Object) | 
|   | TryGetMinimumNeededMeasurements | Attempts to retrieve the minimum needed number of measurements from the frame (as specified by MinimumMeasurementsToUse) | 
 Extension Methods
Extension Methods
        | Name | Description | |
|---|---|---|
|   | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|   | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|   | GetMeasurementRecord | Gets measurement record, creating it if needed. (Defined by MetadataHelpers) | 
|   | GetParentDevice | Gets ID of parent device, creating or updating record if needed, for the current IAdapter instance. (Defined by MetadataHelpers) | 
|   | InputMeasurementKeys | Returns the MeasurementKey values of the IAdapter input measurements. (Defined by IAdapterExtensions) | 
|   | LookupDevice | Looks up associated device acronym and ID from provided signalID. (Defined by MetadataHelpers) | 
|   | LookupMeasurementKey | Looks up or creates measurement key based on provided signalID. (Defined by MetadataHelpers) | 
|   | LookupPointTag | Looks up point tag name from provided signalID. (Defined by MetadataHelpers) | 
|   | LookupSignalReference | Looks up signal reference from provided signalID. (Defined by MetadataHelpers) | 
|   | OnConfigurationChanged | Notifies host system of configuration changes. (Defined by MetadataHelpers) | 
|   | OutputMeasurementKeys | Returns the MeasurementKey values of the IAdapter output measurements. (Defined by IAdapterExtensions) | 
|   | PointTagExists | Determines if pointTag exists in local configuration. (Defined by MetadataHelpers) | 
|   | SignalIDExists | Determines if signalID exists in local configuration. (Defined by MetadataHelpers) | 
|   | SignalReferenceExists | Determines if signalReference exists in local configuration. (Defined by MetadataHelpers) | 
|   | 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) | 
|   | WaitForSignalsToLoad | Waits for signalIDs to be loaded in system configuration. (Defined by MetadataHelpers) | 
 See Also
See Also