| 
               | 
            
              Database
             | 
          
The DatabaseNotifier type exposes the following members.
| Name | Description | |
|---|---|---|
| 
                 | 
              AssignMeasurementToFrame | 
            Assigns IMeasurement to its associated IFrame.
             (Inherited from ConcentratorBase)  | 
            
| 
                 | 
              Calculate | 
            Executes dynamic calculation for input measurements and any provided index restrictions.
             (Inherited from DynamicCalculator)  | 
            
| 
                 | 
              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.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              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.
             (Inherited from 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.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              GetShortStatus | 
            Gets a short one-line status of this ActionAdapterBase.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              GetType | Gets the Type of the current instance. (Inherited from Object)  | 
            
| 
                 | 
              HandleCalculatedValue | 
            Handler for the values calculated by the DynamicCalculator.
             (Overrides DynamicCalculatorHandleCalculatedValue(Object))  | 
            
| 
                 | 
              HandleSpecialVariables | 
            Handler for assignment of special variables, e.g., constants, for the DynamicCalculator.
             (Inherited from DynamicCalculator)  | 
            
| 
                 | 
              Initialize | 
            Initializes DatabaseNotifier.
             (Overrides DynamicCalculatorInitialize)  | 
            
| 
                 | 
              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.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              OnDiscardingMeasurements | 
            Raises the DiscardingMeasurements event.
             (Inherited from ConcentratorBase)  | 
            
| 
                 | 
              OnInputMeasurementKeysUpdated | 
            Raises InputMeasurementKeysUpdated event.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              OnNewMeasurements | 
            Raises the NewMeasurements event.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              OnOutputMeasurementsUpdated | 
            Raises OutputMeasurementsUpdated event.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              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. (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              OnStatusMessage(String, Object) | 
                Obsolete.
                 Raises the StatusMessage event with a formatted status message. (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              OnStatusMessage(MessageLevel, String, String, MessageFlags) | 
            Raises the StatusMessage event and sends this data to the Logger.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              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 DynamicCalculator)  | 
            
| 
                 | 
              QueueMeasurementsForProcessing | 
            Queues a collection of measurements for processing. Measurements are automatically filtered to the defined InputMeasurementKeys.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              QueueOperation | Queues database operation for execution. Operation will execute immediately if not already running. | 
| 
                 | 
              RaiseVerboseMessages | 
            Begins raising verbose messages to provide insight into the values used in the calculation.
             (Inherited from DynamicCalculator)  | 
            
| 
                 | 
              ResetStatistics | 
            Resets the statistics of the ActionAdapterBase.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              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.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              SetTemporalConstraint | 
            Defines a temporal processing constraint for the adapter.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              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 DynamicCalculator or restarts it if it is already running.
             (Inherited from DynamicCalculator)  | 
            
| 
                 | 
              Stop | 
            Stops the ActionAdapterBase.
             (Inherited from ActionAdapterBase)  | 
            
| 
                 | 
              StopVerboseMessages | 
            Stop raising verbose messages.
             (Inherited from DynamicCalculator)  | 
            
| 
                 | 
              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)
             (Inherited from ActionAdapterBase)  |