openPDC Historian Help
IntercomRecord Class
NamespacesTVA.Historian.FilesIntercomRecord
Represents a record in the IntercomFile that contains runtime information of a historian.
Declaration Syntax
C#Visual BasicVisual C++
public class IntercomRecord : ISupportBinaryImage
Public Class IntercomRecord _
	Implements ISupportBinaryImage
public ref class IntercomRecord : ISupportBinaryImage
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
IntercomRecord(Int32)
Initializes a new instance of the IntercomRecord class.

IntercomRecord(Int32, array<Byte>[]()[], Int32, Int32)
Initializes a new instance of the IntercomRecord class.

BinaryImage
Gets the binary representation of IntercomRecord.

BinaryLength
Gets the length of the BinaryImage.

ByteCount
Specifies the number of bytes in the binary image of IntercomRecord.

DataBlocksUsed
Gets or sets the number of allocated ArchiveDataBlocks in the active ArchiveFile.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Initialize(array<Byte>[]()[], Int32, Int32)
Initializes IntercomRecord from the specified binaryImage.

LatestDataID
Gets or sets the historian identifier of latest ArchiveDataPoint received by the active ArchiveFile.

LatestDataTime
Gets or sets the TimeTag of latest ArchiveDataPoint received by the active ArchiveFile.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RolloverInProgress
Gets or sets a boolean value that indicates whether the active ArchiveFile if being rolled-over.

SourceLatestDataTime
Gets a list of TimeTags of the latest ArchiveDataPoint received from each of the SourceIDs.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
IntercomRecord
See Also

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252