Click or drag to resize

ArchiveFile.Open Method

Opens the ArchiveFile for use.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.239-beta
Syntax
public void Open()
View Source

Implements

IArchive.Open()
Exceptions
ExceptionCondition
InvalidOperationExceptionOne or all of the StateFile, IntercomFile or MetadataFile properties are not set.
See Also