Click or drag to resize

ArchiveFileReadStateDataSummary Method

Reads StateRecordSummary for the specified historianID.

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

Parameters

historianID  Int32
Historian identifier.

Return Value

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

Implements

IArchiveReadStateDataSummary(Int32)
See Also