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