Click or drag to resize

ConcentratorBase Methods

The ConcentratorBase type exposes the following members.

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