C# Problem with calling many ItemNames for AdxRtHistory

Having problems retrieving data using the AdxRtHistory class in C#

AdxRtHistory work well for for retrieving past data for a small group of RICs however for large numbers of RICs AdxRtHistory just returns the first 1MB worth of data. The program is currently retrieving the data in one massive batch, I tried doing multiple batches (on the same program) but with no success. Was wondering if anyone has a solution to this problem

Thanks in advance

Best Answer

  • Zhenya Kovalyov
    Answer ✓

    I suggest you use the .NET Data API which has more functionality that the AdxRtHistory. The tutorials can be found here.

Answers