Name |
Description |
ArchiveListEditor |
Provides a way to edit an ArchiveList since all edits must be atomic. WARNING: Instancing this class on an ArchiveList will lock the class until Dispose is called. Therefore, keep locks to a minimum and always use a Using block. |
ArchiveListLog |
Contains the Pending Deletions for the ArchiveList{TKey,TValue}. This class is thread safe. |
ClientDatabaseBase |
Represents a single historian database. |
DatabaseInfo |
Contains a basic set of data for a ClientDatabaseBase{TKey,TValue}. |
SnapServer |
Hosts all of the components of a SortedTreeStore. |