Represents a record in the IntercomFile that contains runtime information of a historian.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public class IntercomRecord : ISupportBinaryImage
Public Class IntercomRecord _ Implements ISupportBinaryImage
public ref class IntercomRecord : ISupportBinaryImage
 Members
 Members| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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 | |
|  | 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 | |
|  | ToString()()() | (Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | IntercomRecord | 
 See Also
 See Also