I try to read each 5s a specific timerange, I got sometimes a missed data.
using this method :
var pointResultsList = pointList.RecordedValues(timeRange, boundaryTypeAF, null, false, config);
PIPagingConfiguration config = new PIPagingConfiguration(PIPageType.TagCount, 1000);
Does the PIPagingConfiguration parameters affect ?
Should I add an operationTimeoutOverride to config ?