Click or drag to resize

ArchiveReader Methods

The ArchiveReader type exposes the following members.

Methods
  Name Description
Public method Dispose Releases all the resources used by the ArchiveReader object.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the ArchiveReader 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 ArchiveReader 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)
Protected method OnDataReadException Raises the DataReadException event.
Protected method OnHistoricFileListBuildComplete Raises the HistoricFileListBuildComplete event.
Protected method OnHistoricFileListBuildException Raise the HistoricFileListBuildException event.
Protected method OnHistoricFileListBuildStart Raises the HistoricFileListBuildStart event.
Protected method OnHistoricFileListUpdated Raises the HistoricFileListUpdated event.
Protected method OnRolloverComplete Raises the RolloverComplete event.
Protected method OnRolloverStart Raises the RolloverStart event.
Public method Open Opens the ArchiveFile for use.
Public method ReadData(IEnumerableInt32, Boolean) Reads all ArchiveDataPoints from the ArchiveFile for the specified historianIDs.
Public method ReadData(Int32, Boolean) Reads all ArchiveDataPoints from the ArchiveFile for the specified historianID.
Public method ReadData(IEnumerableInt32, TimeTag, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(IEnumerableInt32, DateTime, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(IEnumerableInt32, String, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(Int32, TimeTag, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(Int32, DateTime, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(Int32, String, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(IEnumerableInt32, TimeTag, TimeTag, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(IEnumerableInt32, DateTime, DateTime, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(IEnumerableInt32, String, String, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(Int32, TimeTag, TimeTag, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(Int32, DateTime, DateTime, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
Public method ReadData(Int32, String, String, Boolean) Reads ArchiveDataPoints from the ArchiveFile.
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