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