| C# | Visual Basic | Visual C++ | 
public IList<ArchiveDataBlock> FindDataBlocks( int historianID )
Public Function FindDataBlocks ( _ historianID As Integer _ ) As IList(Of ArchiveDataBlock)
public: IList<ArchiveDataBlock^>^ FindDataBlocks( int historianID )
- historianID (Int32)
 - Historian identifier.
 
A collection of ArchiveDataBlocks.