|
ArchiveFileAllocationTableFindLastDataBlock Method
|
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax member FindLastDataBlock :
historianID : int *
?preRead : bool
(* Defaults:
let _preRead = defaultArg preRead true
*)
-> ArchiveDataBlock
function FindLastDataBlock(historianID, preRead);
View SourceParameters
- historianID Int32
- Historian identifier.
- preRead Boolean (Optional)
- true to pre-read data to locate write cursor.
Return Value
ArchiveDataBlockArchiveDataBlock object if a match is found; otherwise null.
See Also