Click or drag to resize

ArchiveDataBlockPointerGetDataBlock Method

Gets the ArchiveDataBlock associated with this ArchiveDataBlockPointer.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public ArchiveDataBlock GetDataBlock(
	bool preRead
)
View Source

Parameters

preRead  Boolean
true to pre-read data to locate write cursor.

Return Value

ArchiveDataBlock
The ArchiveDataBlock associated with this ArchiveDataBlockPointer.
See Also