public List<ArchiveDataBlock> FindDataBlocks( int historianID, TimeTag startTime, bool preRead = true )
Public Function FindDataBlocks ( historianID As Integer, startTime As TimeTag, Optional preRead As Boolean = true ) As List(Of ArchiveDataBlock)
public: List<ArchiveDataBlock^>^ FindDataBlocks( int historianID, TimeTag^ startTime, bool preRead = true )
member FindDataBlocks : historianID : int * startTime : TimeTag * ?preRead : bool (* Defaults: let _preRead = defaultArg preRead true *) -> List<ArchiveDataBlock>
function FindDataBlocks(historianID, startTime, preRead);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.