Click or drag to resize

ArchiveFile Events

The ArchiveFile type exposes the following members.

Events
  Name Description
Public event DataReadException Occurs when an Exception is encountered while reading IDataPoint from the current or historic ArchiveFile.
Public event DataWriteException Occurs when an Exception is encountered while writing IDataPoint to the current or historic ArchiveFile.
Public event Disposed Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public event FileFull Occurs when the active ArchiveFile if full.
Public event FutureDataReceived Occurs when IDataPoint is received with TimeTag ahead of the local clock by more than the LeadTimeTolerance.
Public event HistoricDataReceived Occurs when IDataPoint that belongs to a historic ArchiveFile is received for archival.
Public event HistoricFileListBuildComplete Occurs when the process of building historic ArchiveFile list is complete.
Public event HistoricFileListBuildException Occurs when an Exception is encountered in historic ArchiveFile list building process.
Public event HistoricFileListBuildStart Occurs when the process of building historic ArchiveFile list is started.
Public event HistoricFileListUpdated Occurs when the historic ArchiveFile list is updated to reflect addition or deletion of historic ArchiveFiles.
Public event MetadataUpdated Occurs when associated Metadata file is updated.
Public event OffloadComplete Occurs when the process of offloading historic ArchiveFiles is complete.
Public event OffloadException Occurs when an Exception is encountered during the historic ArchiveFile offload process.
Public event OffloadProgress Occurs when an historic ArchiveFile is being offloaded.
Public event OffloadStart Occurs when the process of offloading historic ArchiveFiles is started.
Public event OrphanDataReceived Occurs when IDataPoint is received for which a StateRecord or MetadataRecord does not exist or is marked as disabled.
Public event OutOfSequenceDataReceived Occurs when misaligned (by time) IDataPoint is received for archival.
Public event ProcessAlarmNotification Occurs when IDataPoint triggers an alarm notification.
Public event RolloverComplete Occurs when Rollover to a new ArchiveFile is complete.
Public event RolloverException Occurs when an Exception is encountered during the Rollover process.
Public event RolloverPreparationComplete Occurs when the process of creating a standby ArchiveFile is complete.
Public event RolloverPreparationException Occurs when an Exception is encountered during the standby ArchiveFile creation process.
Public event RolloverPreparationStart Occurs when the process of creating a standby ArchiveFile is started.
Public event RolloverStart Occurs when Rollover to a new ArchiveFile is started.
Top
See Also