Click or drag to resize

ArchiveFileReadMetaData Method

Reads MetadataRecord for the specified historianID.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-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

IArchiveReadMetaData(Int32)
See Also