|
|
Archive
|
The ArchiveFile type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
BeginInit | Performs necessary operations before the ArchiveFile properties are initialized. |
|
|
Close | Closes the ArchiveFile if it IsOpen. |
|
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject) |
|
|
Dispose | Releases all resources used by the Component. (Inherited from Component) |
|
|
Dispose(Boolean) |
Releases the unmanaged resources used by the ArchiveFile and optionally releases the managed resources.
(Overrides ComponentDispose(Boolean)) |
|
|
EndInit | Performs necessary operations after the ArchiveFile properties are initialized. |
|
|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
|
|
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component) |
|
|
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
|
GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component) |
|
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
|
Initialize | Initializes the ArchiveFile. |
|
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
|
LoadSettings | Loads saved settings for the ArchiveFile from the config file if the PersistSettings property is set to true. |
|
|
MaximumDataBlocks | Returns the number of ArchiveDataBlocks an ArchiveFile can have. |
|
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject) |
|
|
OnDataReadException | Raises the DataReadException event. |
|
|
OnDataWriteException | Raises the DataWriteException event. |
|
|
OnFileFull | Raises the FileFull event. |
|
|
OnFutureDataReceived | Raises the FutureDataReceived event. |
|
|
OnHistoricDataReceived | Raises the HistoricDataReceived event. |
|
|
OnHistoricFileListBuildComplete | Raises the HistoricFileListBuildComplete event. |
|
|
OnHistoricFileListBuildException | Raise the HistoricFileListBuildException event. |
|
|
OnHistoricFileListBuildStart | Raises the HistoricFileListBuildStart event. |
|
|
OnHistoricFileListUpdated | Raises the HistoricFileListUpdated event. |
|
|
OnMetadataUpdated | Raises the MetadataUpdated event. |
|
|
OnOffloadComplete | Raises the OffloadComplete event. |
|
|
OnOffloadException | Raises the OffloadException event. |
|
|
OnOffloadProgress | Raises the OffloadProgress event. |
|
|
OnOffloadStart | Raises the OffloadStart event. |
|
|
OnOrphanDataReceived | Raises the OrphanDataReceived event. |
|
|
OnOutOfSequenceDataReceived | Raises the OutOfSequenceDataReceived event. |
|
|
OnProcessAlarmNotification | Raises the ProcessAlarmNotification event. |
|
|
OnRolloverComplete | Raises the RolloverComplete event. |
|
|
OnRolloverException | Raises the RolloverException event. |
|
|
OnRolloverPreparationComplete | Raises the RolloverPreparationComplete event. |
|
|
OnRolloverPreparationException | Raises the RolloverPreparationException event. |
|
|
OnRolloverPreparationStart | Raises the RolloverPreparationStart event. |
|
|
OnRolloverStart | Raises the RolloverStart event. |
|
|
Open | Opens the ArchiveFile for use. |
|
|
ReadData(IEnumerableInt32, Boolean) | Reads all ArchiveDataPoints from the ArchiveFile for the specified historianIDs. |
|
|
ReadData(Int32, Boolean) | Reads all ArchiveDataPoints from the ArchiveFile for the specified historianID. |
|
|
ReadData(IEnumerableInt32, TimeTag, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(IEnumerableInt32, DateTime, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(IEnumerableInt32, String, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(Int32, TimeTag, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(Int32, DateTime, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(Int32, String, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(IEnumerableInt32, TimeTag, TimeTag, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(IEnumerableInt32, DateTime, DateTime, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(IEnumerableInt32, String, String, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(Int32, TimeTag, TimeTag, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(Int32, DateTime, DateTime, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadData(Int32, String, String, Boolean) | Reads ArchiveDataPoints from the ArchiveFile. |
|
|
ReadMetaData | Reads MetadataRecord for the specified historianID. |
|
|
ReadMetaDataSummary | Reads MetadataRecordSummary for the specified historianID. |
|
|
ReadStateData | Reads StateRecord for the specified historianID. |
|
|
ReadStateDataSummary | Reads StateRecordSummary for the specified historianID. |
|
|
Rollover | Performs rollover of active ArchiveFile to a new ArchiveFile. |
|
|
Save | Saves the ArchiveFile. |
|
|
SaveSettings | Saves settings for the ArchiveFile to the config file if the PersistSettings property is set to true. |
|
|
SynchronizeStateFile | Requests a resynchronization of the state file. |
|
|
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component) |
|
|
WaitForReadersRelease | Waits for all readers to relinquish read locks on active file. |
|
|
WriteData(IDataPoint) | Writes the specified dataPoint to the ArchiveFile. |
|
|
WriteData(IEnumerableIDataPoint) | Writes the specified dataPoints to the ArchiveFile. |
|
|
WriteMetaData | Writes metadata for the specified historianID. |
|
|
WriteStateData | Writes statedata for the specified historianID. |
| Name | Description | |
|---|---|---|
|
|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |