public IEnumerable<IDataPoint> ReadData( IEnumerable<int> historianIDs, TimeTag startTime, TimeTag endTime, bool timeSorted = true )
Public Function ReadData ( historianIDs As IEnumerable(Of Integer), startTime As TimeTag, endTime As TimeTag, Optional timeSorted As Boolean = true ) As IEnumerable(Of IDataPoint)
public: IEnumerable<IDataPoint^>^ ReadData( IEnumerable<int>^ historianIDs, TimeTag^ startTime, TimeTag^ endTime, bool timeSorted = true )
member ReadData : historianIDs : IEnumerable<int> * startTime : TimeTag * endTime : TimeTag * ?timeSorted : bool (* Defaults: let _timeSorted = defaultArg timeSorted true *) -> IEnumerable<IDataPoint>
function ReadData(historianIDs, startTime, endTime, timeSorted);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.