Click or drag to resize

ArchiveFileReadStateData Method

Reads StateRecord for the specified historianID.

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

Parameters

historianID  Int32
Historian identifier.

Return Value

Byte
A Byte array containing StateRecord of StateRecord if found; otherwise null.

Implements

IArchiveReadStateData(Int32)
See Also