Click or drag to resize

ArchiveFile.ReadMetaData Method

Reads MetadataRecord for the specified historianID.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.244-beta
Syntax
public byte[] ReadMetaData(
	int historianID
)
View Source

Parameters

historianID  Int32
Historian identifier.

Return Value

Byte[]
A Byte array containing MetadataRecord of MetadataRecord if found; otherwise null.

Implements

IArchive.ReadMetaData(Int32)
See Also