Click or drag to resize

StateFileCreateNewRecord Method

Creates a new StateRecord with the specified recordIndex.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected override StateRecord CreateNewRecord(
	int recordIndex
)
View Source

Parameters

recordIndex  Int32
1-based index of the StateRecord.

Return Value

StateRecord
A StateRecord object.
See Also