Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Understanding SDK Advisor start behavior


mwassmer Apr 17, 2014 12:49 AM

I am studying the C# examples for the CsiDataSource control and I don't understand why the newest existing record is automatially displayed when the Advisor is started, i.e., the "Start" button is clicked. This surprised me, as I was expecting the message window to remain blank until the next new record was collected by the LoggerNet server?

Can you point me to the section of the SDK "Programmer's Reference" that discusses this automatic initial firing of the OnAdviseRecord event?


tmecham Apr 17, 2014 04:28 PM

The default start option for an advisor is csidsStartAtNewest. It sounds like you want to use the csidsStartAfterNewest option. You can see the documentation on these csidsStartOptionTypes in Section 18-14 of the programmer's reference.

Log in or register to post/reply in the forum.