AdapterPoll() method in customized adapter

Hi all,

I wonder if any one have used ADapterPoll() method? I went through the developer ADK document and template Adapter source code samples. I could not go far enough to fully understand how to implement AdapterPoll() and how AdapterprocessPublish() method works? It will be very helpfull if anyone had experience on this topic can give me some direction or good implementation case and sample code.

Thank you very much

Fan

Generally I do not use the “Non-blocking Polling: One Polling Call for All Data Types” that is done through the adapterPoll() method. The reason being is that all notification operations for the adapter then share the same polling interval. The IO adapter is like this, no matter how many different file poll operations you create each one will have the same interval and that doesn’t always fit our business needs.