Click or drag to resize

IArchiveWriteStateData Method

Writes state information for the specified historianID to the repository.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
void WriteStateData(
	int historianID,
	byte[] stateData
)
View Source

Parameters

historianID  Int32
Historian identifier.
stateData  Byte
Binary image of the state information.
See Also