|   | Concentrator | 
The ConcentratorBase type exposes the following members.
 Methods
Methods
        | Name | Description | |
|---|---|---|
|   | AssignMeasurementToFrame | Assigns IMeasurement to its associated IFrame. | 
|   | CreateNewFrame | Creates a new IFrame for the given timestamp. | 
|   | Dispose | Releases all the resources used by the ConcentratorBase object. | 
|   | Dispose(Boolean) | Releases the unmanaged resources used by the ConcentratorBase object and optionally releases the managed resources. | 
|   | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|   | Finalize | Releases the unmanaged resources before the ConcentratorBase object is reclaimed by GC. (Overrides ObjectFinalize) | 
|   | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|   | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|   | 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). | 
|   | OnDiscardingMeasurements | Raises the DiscardingMeasurements event. | 
|   | OnProcessException(Exception) | Obsolete. Raises the ProcessException event. | 
|   | OnProcessException(MessageLevel, Exception, String, MessageFlags) | Raises the ProcessException event. | 
|   | OnUnpublishedSamples | Raises the UnpublishedSamples event. | 
|   | PublishFrame | Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined LagTime. | 
|   | ResetStatistics | Resets the statistics of the concentrator. | 
|   | SecondsFromRealTime | Returns the deviation, in seconds, that the given number of ticks is from real-time (i.e., RealTime). | 
|   | SortMeasurement | Sorts the IMeasurement placing the data point in its proper IFrame. | 
|   | SortMeasurements | Sorts each IMeasurement placing each data point in its proper IFrame. | 
|   | Start | Starts the concentrator, if it is not already running. | 
|   | Stop | Stops the concentrator. | 
|   | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 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) | 
 See Also
See Also